API Reference > OdDb Classes > OdDbLayerStateManager Class > OdDbLayerStateManager Methods > OdDbLayerStateManager::exportLayerState Method
OdDbLayerStateManager::exportLayerState Method
Syntax
C++
OdResult exportLayerState(const OdString& sNameToExport, OdStreamBuf* pStreamBuf);
Parameters 
Description 
const OdString& sNameToExport 
[in] Name of the layer state to export.  
OdStreamBuf* pStreamBuf 
[in] Stream buffer to export the layer state to.
 

eOk if operation succeeded; error code otherwise.

Exports a specific layer state. 

 

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