SYNTAX:
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
General
Content
Integrations