Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1021 Bytes

File metadata and controls

46 lines (36 loc) · 1021 Bytes

LActLayer

Description

Function LActLayer returns a handle to the last object in the active layer.

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

Remarks

Returns a handle to the last object in the active layer.

[sd 8/14/98]

Examples

resultH := LActLayer;
import vs

# Function LActLayer returns a handle to the last object in the active layer.
objHandle = vs.LActLayer()
if objHandle is not None:
    vs.Message('Created object handle: ' + str(objHandle))

See Also

Relative calls:

Version

Availability: from All Versions

Category