...
SYNTAX:
xpfCreateSubtypeAggr (modelId , entityId : GENERIC) subtypeAggrId : SET OF GENERIC;
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCreateSubtypeAggr (modelId : GENERIC;
entityId : GENERIC)
subtypeAggrId : SET OF GENERIC;
|
The xpfCreateSubtypeAggr function creates an aggregate containing all instances of the specified type and all instances that are subtype instances of the specified type in a model. The actual model is specified in the modelId argument and the instance type is specified by the entityId argument. The created aggregate is returned in the subtypeAggrId argument.
See also xpxCreateSubtypeAggr.
This function is equivalent to the EDMinterface function edmiCreateSubtypeAggr
Arguments
...
Type | Name | Comment |
GENERIC | modelId | comments |
GENERIC | entityId |
Return Value
...
Type | Name | Comment |
SET OF GENERIC | subtypeAggrId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|