sdaiInsertNestedAggrAfterADB

The function creates an aggregate instance as a member of a list instance where the type of the aggregate to create is a SELECT TYPE and ambiguous. The newly created aggregate is inserted into the list instance after the member referenced by the specified iterator. Input ADB is expected to have type path. The function sets the value of the ADB with the identifier of the newly created aggregate instance.

Syntax

//
//   Strong typing definition
//
SdaiAggr        sdaiInsertNestedAggrAfterADB(
                        SdaiIterator            iterator,
                        SdaiADB                 selaggrInstance
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) * __stdcall sdaiInsertNestedAggrAfterADB(
                                                                        void                    * iterator,
                                                                        void                    * selaggrInstance
                                                                    );
    

Property iterator

Size: 32 bit / 4 byte (reference)
...

Property selaggrInstance

Size: 32 bit / 4 byte (reference)
???.