CadTStylePutName
Sets the name of the text style.
void CadTStylePutName (
YuHandle hStyle,
const char* szName
);
Parameters
- hStyle (YuHandle)
- Handle to the style.
- szName (const char*)
- NUL-terminated UTF-8 string.
Return Value
None.
Sets the name of the text style.
None.