C++
ACDBCORE2D_PORT Acad::ErrorStatus setLayerStateDescription( const ACHAR* sName, const ACHAR* sDesc );
Description
Sets an arbitrary description string on the layer state.
Parameters
Parameters | Description |
---|---|
sName | Input layer state whose description is to be updated |
sDesc | Input description string up to 255 characters |
Links
Previous Declaration
Acad::ErrorStatus setLayerStateDescription(const ACHAR* sName, const ACHAR* sDesc);