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 Page History

Version 1 Current »


 
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

  • No labels