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