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:
 
xpfCreateSubtypeAggrBN (modelId       : GENERIC;                         entityName    : STRING)                         subtypeAggrId : SET OF GENERIC;
 
The xpfCreateSubtypeAggrBN function creates an aggregate containing all instances of the specified type and all instances that are subtype instances of the specified type in a model. The actual model is specified in the <modelId> argument and the instance type is specified by the <entityName> argument. The created aggregate is returned in the <subtypeAggrId> argument.
This function is equivalent to the EDMinterface function edmiCreateSubtypeAggrBN.
See also xpxCreateSubtypeAggrBN.

  • No labels