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

Writes the contents of this database to the specified output file. 

 

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