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:
 
xpxCreateNestedTypedAggrByIterator(iterator        : GENERIC;                                   typePath        : LIST OF GENERIC;                                   VAR newAggrId   : AGGREGATE OF GENERIC)
                                   status          : INTEGER;
 
The xpxCreateNestedTypedAggrByIterator function will create an element in the parentAggrId aggregate. The created aggregate will be typed according to the typePath, which is a list of type ids. The position to place the created aggregate in given by iterator.
This function is equivalent to the EDMinterface function edmiCreateNestedTypedAggrByIterator

  • No labels