...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxCreateTypedAggr (instanceId, attrId : GENERIC;
typePath : LIST OF GENERIC;
VAR newAggrId : AGGREGATE OF GENERIC)
status : INTEGER;
|
The xpxCreateTypedAggr function creates a typed aggregate for the given instanceId and attrId . The typePath is a list of instance identifiers for the type(s). The id of the created aggregate is returned in newAggrId.
This function is equivalent to the EDMinterface function edmiCreateTypedAggr
Arguments
...
Type | Name | Comment |
GENERIC | instanceId | comment |
GENERIC | attrId | |
LIST OF GENERIC | typePath | |
AGGREGATE OF GENERIC | newAggrId |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|