Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfCopyModelBN (sourceNodelRepositoryName, sourceModelName   : STRING;
                         targetModelRepositoryName, targetModelName   : STRING);
                

The xpfGetAggrElement function returns the data value in the specified aggregate element. The value is returned in the argument <elementValue>.
This operation is applicable to all aggregate types. The actual aggregate element is specified by the aggregateID <aggrId> , and the element index <index>. The legal index range is as follows:

  • For ARRAY: declared lower bound <= index <= declared upper bound. The declaration of upper bound and lower bound is found in the Express schema that defines the actual aggregate.
  • For all other aggregate types: 0<= index < number of elements in aggregate at the invocation of this operation.

...

  • The model that holds the actual aggregate

...

  • mus

Arguments

...

TypeNameComment
AGGREGATE OF GENERICaggrIdcomments
INTEGERindex 

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"