Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiAdd Function
Syntax
C++
DAI_EXPORT void sdaiAdd(SdaiUnorderedAggr unorderedAggr, SdaiPrimitiveType valueType, ...);

Adds a new member to an unordered aggregate (set/bag) instance.

Parameters
Description
unorderedAggr
[in] An aggregate instance to add a new member to.
valueType
[in] A data type of the new aggregate member value.

You can specify more than one element value for the new aggregate by passing them to the function starting from the third parameter.

File: sdai.h

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