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:
 
xpfGetAggrByIterator (iteratorId   : GENERIC)
                      elementValue : GENERIC;
 
The xpfGetAggrByIterator function returns the data value in the actual aggregate element in the argument <elementValue> for the specified iteratorID, as specified in the argument <iteratorId>, that uniquely identifies an iterator in the actual EDMserver. The current element of the iterator will be the actual aggregate element.
This operation is applicable for all aggregate types. The actual aggregate element is specified by an iterator, i.e. the current element of the specified iterator is the aggregate element of interest.
The model that holds the actual aggregate must be open before this function can be successfully performed.
This function is equivalent to the EDMinterface function sdaiGetAggrByIterator.
See also xpxGetAggrByIterator and xpfGetAggrByIndex.

  • No labels