Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
odIfcUninitialize Function
Syntax
C++
IFCCORE_EXPORT OdResult odIfcUninitialize();

De-initializes IFC SDK functionality.

eOk if IFC SDK was successfully de-initialized; otherwise, the function returns an appropriate error code.

The function checks whether the needed modules are loaded and decreases the reference counters for them. If a reference counter for any appropriate module becomes equal to zero, the function unloads the module. If no IFC-related modules are loaded, the function returns the eNullPtr error code.

File: IfcCore.h

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