Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcFile::initialize Method
Syntax
C++
OdResult initialize(IfcSchema schema);

Initializes the IFC file object with a specified schema.

Parameters
Description
schema
[in] A schema identifier.

eOk if the file was successfully initialized; otherwise, the method returns an appropriate error code.

If the schema parameter equals the kScmUndefined value, the IFC file object will be created without an underlying OdDAI::Model object.

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