Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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

  • No labels