yucad3d

CadCmdUserGetEntity

Interactive single-entity pick (blocking).

YuHandle CadCmdUserGetEntity ( YuHandle hDwg );

Parameters

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

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

Remarks

Returns the picked handle, or invalid on cancel/right-click.

See Also