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