API Reference > OdDb Classes > OdDbLayerState Class > OdDbLayerState Methods > OdDbLayerState::exportData Method
OdDbLayerState::exportData Method
Syntax
C++
static void exportData(OdDbDatabase * pDb, const OdString & layerStateName, OdStreamBuf* pStreamBuf);
Parameters 
Description 
OdDbDatabase * pDb 
[in] Pointer to the database.  
const OdString & layerStateName 
[in] LayerState name. 
OdStreamBuf* pStreamBuf 
[in] Pointer to the StreamBuf object to which the data are to be written.  

Exports the LayerState from the specified database to the specified file. 

 

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