VS:GetClassOptions: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 21:39, 27 April 2008

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Returns the class visibility setting for the active document.

FUNCTION GetClassOptions : INTEGER;
def vs.GetClassOptions():
    return INTEGER

Return Value

An INTEGER value indicating the current class visibility setting for the document.


Visibility Index
Active Only 1
Gray Others 2
Gray/Snap Others 6
Show Others 3
Show/Snap Others 4
Show/Snap/Modify Others 5

Version

Availability: from VectorWorks8.5

See Also

VS Functions:

VS:SetClassOptions

VS Functions: [[VS:SetClassOptions]]