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

sdai.h

Parameters 
Description 
SdaiIterator iterator 
[in] An iterator object that refers to the element to insert the new value.  
SdaiADB selaggrInstance 
[in] An attribute data block (ADB) object that defines the data type of the value. 

The inserted aggregate value.

Inserts a new nested aggregate value into an application instance list before the element referenced by a specified iterator.

The passed ADB object determines the type of created aggregate in cases when aggregate elements have the SELECT data type.

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