API Reference > OdDb Classes > OdDbLayerState Class > OdDbLayerState Methods > OdDbLayerState::setDescription Method
OdDbLayerState::setDescription Method
Syntax
C++
static void setDescription(OdDbDatabase * pDb, const OdString & layerStateName, const OdString & description);
Parameters 
Description 
OdDbDatabase * pDb 
[in] Pointer to the database.  
const OdString & layerStateName 
[in] LayerState name.  
const OdString & description 
[in] Description. 

Sets the description of the specified LayerState in the specified database. 

 

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