Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmLoaderHostAppServices::writeFile Method (const OdString&, OdBmDatabase*, const bool)
Syntax
C++
virtual void writeFile(const OdString& fileName, OdBmDatabase* pDb, const bool bPartial = false);

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

 

Parameters
Description
pDb
[in] Pointer to the OdBmDatabase object data is to be written.
bPartial
[in] Input partial saving of ODA BimRv files flag. If partial saving is true, modified elements will be written to a new stream in the file. If partial saving is false, streams for elements will be merged to one. It will contain the latest state of the elements.
filename
[in] Name of the file to which the data that is to be written.
Copyright © 2002-2022. Open Design Alliance All rights reserved.