Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 820 Bytes

File metadata and controls

38 lines (29 loc) · 820 Bytes

SetLayerLevelType

Description

Sets the Layer Level Type of a Layer. If the type passed in does not exist or if it already used by another Layer on the same Story, then the operation will fail.

FUNCTION SetLayerLevelType(
				layer          : HANDLE;
				layerLevelType : STRING): BOOLEAN;
def vs.SetLayerLevelType(layer, layerLevelType):
    return BOOLEAN

Parameters

Name Type Description
layer HANDLE The Layer for which the Layer Level Type is being set.
layerLevelType STRING The Layer Level Type.

Examples

SetLayerLevelType(ActLayer, 'LT_SLAB');

See Also

VS Functions: GetLayerLevelType | CreateLayerLevelType

Version

Availability: from Vectorworks 2012

Category

  • Layers