API Reference > Functions > SDAI > sdaiCreateNestedAggrByItrADB Function
sdaiCreateNestedAggrByItrADB Function
Syntax
C++
DAI_EXPORT SdaiAggr sdaiCreateNestedAggrByItrADB(SdaiIterator current, SdaiADB selaggrInstance);

sdai.h

Parameters 
Description 
SdaiIterator current 
[in] An iterator that refers to the current member of the aggregate.  
SdaiADB selaggrInstance 
[in] An attribute data block (ADB) that specifies the type of the aggregate to create.  

The identifier of the newly created aggregate instance.

Creates an aggregate instance that replaces the current member of an aggregate instance referenced by a specified iterator.

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