yucad3d

CadLayerPutDescr

Sets the description of the layer.

void CadLayerPutDescr ( YuHandle hLayer, const char* szDescr );

Parameters

hLayer (YuHandle)
Handle to the layer.
szDescr (const char*)
NUL-terminated UTF-8 string.

Return Value

None.

See Also