Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 832 Bytes

File metadata and controls

44 lines (32 loc) · 832 Bytes

SetLevelTypeName

Description

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

Parameters

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.

Examples

VAR

result : BOOLEAN;

BEGIN

result := SetLayerLevelTypeName(2, "Subfloor");

See Also

VS Functions: GetNumLayerLevelTypes | GetLevelTypeName

Version

Availability: from Vectorworks 2013

Category

  • Layers