...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxCreateSubtypeAggrBN (modelId : GENERIC;
entityName : STRING;
VAR subtypeAggrId : SET OF GENERIC)
status : INTEGER;
|
The xpxCreateSubtypeAggrBN function creates an aggregate containing all instances of the specified type and all instances that are of a subtype of the specified type in a model. The actual model is specified in the modelId argument and the instance type is specified by the entityName argument. The created aggregate is returned in the subtypeAggrId argument.
This function is equivalent to the EDMinterface function edmiCreateSubtypeAggrBN
Arguments
...
Type | Name | Comment |
GENERIC | modelId | comment |
STRING | entityName | |
SET OF GENERIC | subtypeAggrId |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|