yucad3d

CadSelGetNextPtr

Returns the selection set ptr following the given one during enumeration.

YuHandle CadSelGetNextPtr ( YuHandle hDwg, YuHandle hPtr );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hPtr (YuHandle)
Integer value.

Return Value

The handle of the selection set, or 0 when the enumeration is exhausted.

See Also