Sets the name of the nth Level Type in the file. For example, if 3 is passed in, it will set the name of the 3rd Level Type in the file.
FUNCTION SetLevelTypeName(
index : INTEGER;
name : STRING): BOOLEAN;def vs.SetLevelTypeName(index, name):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| index | INTEGER | The index of the level type whose name is being set. |
| name | STRING | The name the indicated level type should be set to. |
VAR
result : BOOLEAN;
BEGIN
result := SetLayerLevelTypeName(2, "Subfloor");VS Functions: GetNumLayerLevelTypes | GetLevelTypeName
Availability: from Vectorworks 2013
- Layers