Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 724 Bytes

File metadata and controls

41 lines (29 loc) · 724 Bytes

GetLevelTypeName

Description

Returns the name of the nth Level Type in the file. For example, if 3 is passed in, it will return the name of the 3rd Level Type in the file.

FUNCTION GetLevelTypeName(index : INTEGER): STRING;
def vs.GetLevelTypeName(index):
    return STRING

Parameters

Name Type Description
index INTEGER The index of the level type whose name is desired.

Examples

VAR

levelTypeName:STRING;

BEGIN

levelTypeName:=GetLayerLevelTypeName(2);

See Also

VS Functions: GetNumLayerLevelTypes | SetLevelTypeName

Version

Availability: from Vectorworks 2013

Category

  • Layers