CadCmdUserSelect
Interactive multi-pick selection (blocking) — left-click adds, right-click or ESC finishes.
std::int32_t CadCmdUserSelect (
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 selection count.