yucad3d

CadCWPutText

Sets the text of the command window.

void CadCWPutText ( YuHandle hDwg, const char* szText );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
szText (const char*)
NUL-terminated UTF-8 string.

Return Value

None.

See Also