Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 481 Bytes

File metadata and controls

28 lines (21 loc) · 481 Bytes

ActLayer

Description

Function ActLayer returns a handle to the currently active layer in a document.

FUNCTION ActLayer : HANDLE;
def vs.ActLayer():
    return HANDLE

Remarks

For changing the active layer you can use Layer.

See Also

VS Functions: ActiveClass | ActSymDef | GetLName

Version

Availability: from All Versions

Category