Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
odBcfToolsUninitialize Function
Syntax
C++
BCFTOOLS_EXPORT OdResult odBcfToolsUninitialize();

De-initializes BCF SDK functionality.

Returns eOk if BCF 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 BCF-related modules are loaded, the function returns the eNullPtr error code.

File: BcfToolsModule.h

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