Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »


 
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

  • No labels