...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggrId | comments |
INTEGER | index |
Return Value
...
Type | Name | Comment |
GENERIC | elementValue | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|