Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Repository::writeFile Method
Syntax
C++
virtual OdResult writeFile(const OdString& filename, bool saveLogFile = false);

Writes data from the repository object to a physical file.

Parameters
Description
filename
[in] A string that contains the full path to the output file to write data.
saveLogFile
[in] A flag that determines whether the log file should also be written (if equal to true) or not (if equal to false).

eOk if the data was successfully written; otherwise, the method returns an appropriate error.

Copyright © 2002-2022. Open Design Alliance All rights reserved.