...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxCreateNestedTypedAggr(aggregateId : AGGREGATE OF GENERIC;
typePath : LIST OF GENERIC;
VAR newAggregateId : AGGREGATE OF GENERIC)
status : INTEGER;
|
The xpxCreateNestedTypedAggr function will create an element in the aggregateId aggregate. The created aggregate will be typed according to the typePath, which is a list of type ids. This function is applicable for aggregates of type SET and BAG. This function is equivalent to the EDMinterface function edmiCreateNestedTypedAggr
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggregateId | comment |
LIST OF GENERIC | typePath | |
AGGREGATE OF GENERIC | newAggregateId |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|