SYNTAX:
xpxCreateTypedAggrBN (instanceId : GENERIC;
attributeName : STRING; typePath : LIST OF GENERIC;
VAR newAggrId : AGGREGATE OF GENERIC) status : INTEGER;
The xpxCreateTypedAggrBN function creates a typed aggregate for the given instanceId and attributeName. 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 edmiCreateTypedAggrBN
General
Content
Integrations