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:
 
xpfGetMemberCount (aggrId             : AGGREGATE OF GENERIC)
                   elmentsInAggregate : INTEGER;
 
The xpfGetMemberCount function returns the number of elements in the specified aggregate, <aggrId>. The number of members is returned in the argument <elementsInAggregate>.
The model that holds the actual aggregate must be open before this operation can be successfully performed.
This function is equivalent to the EDMinterface function sdaiGetMemberCount.
See also xpxGetMemberCount.

  • No labels