SYNTAX:
xpxCreateNestedTypedAggr(aggregateId : AGGREGATE OF GENERIC; typePath : LIST OF GENERIC; VAR newAggregateId : AGGREGATE OF GENERIC) status : INTEGER;
The xpxCreateNestedTypedAggr function will create an element in the aggregateId aggregate. The created aggregate will be typed according to the typePath, which is a list of type ids. This function is applicable for aggregates of type SET and BAG.
This function is equivalent to the EDMinterface function edmiCreateNestedTypedAggr
General
Content
Integrations