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| Name | Type | Description |
|---|---|---|
| index | INTEGER | The index of the level type whose name is desired. |
VAR
levelTypeName:STRING;
BEGIN
levelTypeName:=GetLayerLevelTypeName(2);VS Functions: GetNumLayerLevelTypes | SetLevelTypeName
Availability: from Vectorworks 2013
- Layers