Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
odBcfToolsInitialize Function
Syntax
C++
BCFTOOLS_EXPORT OdResult odBcfToolsInitialize(BcfVersion version = kVersionBcfUndefined);

Initializes BCF SDK functionality.

Parameters
Description
version
[in] A BCF version(s) to be initialized.

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

The function checks whether all needed modules are loaded and loads them if they are not. If at least one of the necessary modules is not loaded, the function returns the eNullPtr error code.

File: BcfToolsModule.h

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