sdaiInsertNestedAggrByIndex

The function creates an aggregate instance as a member of the specified ordered aggregate instance. The newly created aggregate is inserted into the aggregate at the position referenced by the specified index.

Syntax

//
//   Strong typing definition
//
SdaiAggr        sdaiInsertNestedAggrByIndex(
                        SdaiAggr                aggregate,
                        SdaiAggrIndex           index
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) * __stdcall sdaiInsertNestedAggrByIndex(
                                                                        int_t                   * aggregate,
                                                                        int_t                   index
                                                                    );
    

Property aggregate

Size: 64 bit / 8 byte (reference)
...

Property index

Size: 64 bit / 8 byte (value)
...