API Reference > OdDb Classes > OdDbLayerStateManager Class > OdDbLayerStateManager Methods > OdDbLayerStateManager::setLayerStateDescription Method
OdDbLayerStateManager::setLayerStateDescription Method
Syntax
C++
OdResult setLayerStateDescription(const OdString& sName, const OdString& sDesc);
Parameters 
Description 
const OdString& sName 
[in] Name of the layer state to set description for.  
const OdString& sDesc 
[in] Description text.
 

eOk if operation succeeded; error code otherwise.

Sets a description for a specified layer state. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.