Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdStepFile::initialize Method (OdDAI::Repository*)
Syntax
C++
OdResult initialize(OdDAI::Repository* repo);

Initializes OdStepFile instance with a specified repository. After the initialization, the model becomes opened in read-only access mode by default and stays in this mode while the repository is attached to the file object.

Parameters
Description
repo
[in] A raw pointer to the repository object to be attached to the file object.

eOk if the repository object was successfully attached; otherwise, the method returns an appropriate error code.

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