Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 837 Bytes

File metadata and controls

33 lines (26 loc) · 837 Bytes

PrevDObj

Description

Function PrevDObj returns the previous deselected object in a list of objects . If the end of the object list is reached, the function returns NIL.

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

Parameters

Name Type Description
h HANDLE Handle to object.

See Also

Relative calls:

Version

Availability: from All Versions

Category