CadCmdGetInputStr
Returns the input str of the command.
void CadCmdGetInputStr (
YuHandle hDwg,
void* szText
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - szText (void*)
- NUL-terminated UTF-8 string.
Return Value
None.