Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 365 Bytes

File metadata and controls

25 lines (18 loc) · 365 Bytes

GetLayerByName

Description

Returns a handle to the specified layer.

FUNCTION GetLayerByName(layerName : STRING): HANDLE;
def vs.GetLayerByName(layerName):
    return HANDLE

Parameters

Name Type Description
layerName STRING Name of layer.

Version

Availability: from VectorWorks8.5

Category

  • Layers