Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 391 Bytes

File metadata and controls

24 lines (18 loc) · 391 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