Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION  xpfGetAggrByIndex (aggrId       : AGGREGATE OF GENERIC;
                             elementIndex : INTEGER)           
                             elementValue : GENERIC;
                

The xpfGetAggrByIndex function returns the data value in the actual aggregate element in the argument <elementValue> for the specified aggregate, <aggrid>, and index of the element, <elementIndex>.
This operation is applicable to ordered aggregates, i.e. ARRAY and LIST type aggregates. The actual aggregate element is specified by the element index. Element index zero is the lowest index in a LIST, hence the legal indexes for a LIST are: 0 <= index <= number of elements in LIST. The legal index range for ARRAY is as found in the actual ARRAY declaration in the related EXPRESS schema.
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 sdaiGetAggrByIndex.
See also xpxGetAggrByIndex and xpfGetAggrByIterator.

Arguments

...

TypeNameComment
AGGREGATE OF GENERICaggrIdcomments
INTEGERelementIndex 

Return Value

...

 

TypeNameComment
GENERICelementValuecomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"