yucad3d

CadSelGetFirstPtr

Returns the first selection set ptr for enumeration (see the matching GetNext).

YuHandle CadSelGetFirstPtr ( YuHandle hDwg );

Parameters

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

Return Value

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

See Also