Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 431 Bytes

File metadata and controls

25 lines (18 loc) · 431 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

  • Document List Handling