Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 669 Bytes

File metadata and controls

30 lines (23 loc) · 669 Bytes

CreateLayerLevelType

Description

Creates a Layer Level Type. A Layer can be assigned a Layer Level Type, which defines its location within a Story.

FUNCTION CreateLayerLevelType(name : STRING): BOOLEAN;
def vs.CreateLayerLevelType(name):
    return BOOLEAN

Parameters

Name Type Description
name STRING The name of the Layer Level Type to create.

See Also

VS Functions: GetNumLayerLevelTypes | GetLayerLevelType | SetLayerLevelType

Version

Availability: from Vectorworks 2012

Category