API Reference > Functions > SDAI > sdaiInsertNestedAggrByIndexADB Function
sdaiInsertNestedAggrByIndexADB Function
Syntax
C++
DAI_EXPORT SdaiAggr sdaiInsertNestedAggrByIndexADB(SdaiList list, SdaiAggrIndex index, SdaiADB selaggrInstance);

sdai.h

Parameters 
Description 
SdaiList list 
[in] An application instance list.  
SdaiAggrIndex index 
[in] An index 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 at the position specified by an index.

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.