Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdStepFile::writeFile Method (OdStreamBufPtr, bool)
Syntax
C++
virtual OdResult writeFile(OdStreamBufPtr pStream, bool saveLogFile = false);

Writes data from the specified stream buffer to a physical file.

Parameters
Description
pStream
[in] A smart pointer to the output stream buffer object to wtite data.
saveLogFile
[in] A flag that determines whether the log file should be also 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 code.

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