API Reference > Functions > odIfcUninitialize Function
odIfcUninitialize Function
Syntax
C++
IFCCORE_EXPORT OdResult odIfcUninitialize();

IfcCore.h

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

De-initializes IFC SDK functionality.

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.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.