Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 477 Bytes

File metadata and controls

24 lines (18 loc) · 477 Bytes

FInLayer

Description

Function FInLayer returns a handle to the first object within the referenced layer. If the layer is empty, the function returns NIL.

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

Parameters

Name Type Description
h HANDLE Handle to layer.

Version

Availability: from All Versions

Category