CadCmdPromptAdd
Appends a line to the command-window history.
void CadCmdPromptAdd (
YuHandle hDwg,
const char* szValue
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - szValue (const char*)
- NUL-terminated UTF-8 string.
Return Value
None.