CadPutDescr
Sets the drawing's description string.
void CadPutDescr (
YuHandle hDwg,
const char* Str,
std::int32_t Len
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Str (const char*)
- NUL-terminated UTF-8 string.
- Len (std::int32_t)
- Length in drawing units.
Return Value
None.