API Reference > Classes > Loader Classes > OdBmLoaderHostAppServices Class > OdBmLoaderHostAppServices Methods > OdBmLoaderHostAppServices::writeFile Method (OdStreamBufPtr, OdBmDatabase*, OdBmWriteSettings&)
OdBmLoaderHostAppServices::writeFile Method (OdStreamBufPtr, OdBmDatabase*, OdBmWriteSettings&)
Syntax
C++
virtual void writeFile(OdStreamBufPtr pStream, OdBmDatabase* pDb, const OdBmWriteSettings& settings);
Parameters 
Description 
const OdBmWriteSettings& settings 
[in] Set of writing settings. 
pStreamBuf 
[in] Pointer to the StreamBuf object to which the data is to be written. [in] Pointer to the OdBmDatabase object data that is to be written.  

Writes the contents of this database to the specified StreamBuf object. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.