CadCmdUserInput
Feeds a typed input line to the running command, as if entered in the command window.
std::int32_t CadCmdUserInput (
YuHandle hDwg
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.