sdaiCreateNestedAggrADB

The CreateNestedAggrABD function creates an aggregate instance as a member of (an unordered) aggregate instance in the case where the type of the aggregate to create is a SELECT TYPE and ambiguous. 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        sdaiCreateNestedAggrADB(
                        SdaiAggr                aggregate,
                        SdaiADB                 selaggrInstance
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) * __stdcall sdaiCreateNestedAggrADB(
                                                                        int_t                   * aggregate,
                                                                        void                    * selaggrInstance
                                                                    );
    

Property aggregate

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

Property selaggrInstance

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