CadLayerPutName
Sets the name of the layer.
void CadLayerPutName (
YuHandle hLayer,
const char* szName
);
Parameters
- hLayer (YuHandle)
- Handle to the layer.
- szName (const char*)
- NUL-terminated UTF-8 string.
Return Value
None.
Sets the name of the layer.
None.