VS:GetNumLayerLevelTypes: Difference between revisions

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

Latest revision as of 14:32, 12 August 2013

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

Description

Returns the number of layer level types in the file. A layer can be assigned a layer level type, which defines its location within a story.

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

Return Value

The number of layer level types in the file.

Version

Availability: from Vectorworks 2012

See Also

VS Functions:

VS:GetLayerLevelType | VS:SetLayerLevelType | VS:CreateLayerLevelType

VS Functions:

[[VS:GetLayerLevelType]] | [[VS:SetLayerLevelType]]

| [[VS:CreateLayerLevelType]]