CadPntStylePutName
Sets the name of the point style.
void CadPntStylePutName (
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 point style.
None.