Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 566 Bytes

File metadata and controls

27 lines (20 loc) · 566 Bytes

NextLayer

Description

Function NextLayer returns a handle to the next layer in the document after the referenced. If the end of the list has been reached, the function returns NIL.

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

Parameters

Name Type Description
h HANDLE Handle to layer.

Examples

TraverseObjects

Version

Availability: from All Versions

Category