Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 833 Bytes

File metadata and controls

33 lines (26 loc) · 833 Bytes

FSObject

Description

Function FSObject returns the handle to the first selected object in the referenced layer. If no objects are selected, the function returns NIL.

FUNCTION FSObject(h : HANDLE): HANDLE;
def vs.FSObject(h):
    return HANDLE

Parameters

Name Type Description
h HANDLE Handle to layer.

See Also

Relative calls:

Version

Availability: from All Versions

Category