Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdMvdXmlProcessor::readFile Method
Syntax
C++
OdResult readFile(const OdString& filename, OdMvdXmlAuditInfo* pAudit, bool fixNamespace = false);

Reads the contents of a specified mvdXML file.

Parameters
Description
filename
[in] A string that contains the full path to the mvdXML file to read.
pAudit
[in] A raw pointer to the OdMvdXmlAuditInfo object that contains error and warning messages.
fixNamespace
[in] A value of the fix namespace flag.

eOk if the file contents were successfully read; otherwise, the method returns an appropriate error code.

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