SYNTAX:
xpfIsMember (aggrId : AGGREGATE OF GENERIC;
aValue : GENERIC) isMember : BOOLEAN;
The xpfIsKindOfBN function determines whether an element with the specified value <aValue> exists in the specified aggregate <aggrId>. This operation returns TRUE in the argument <isMember> if at least one element with the specified value exist in the actual aggregate, else FALSE is returned. The actual element value is specified by the primitive type of the value and the actual value.
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 sdaiIsMember.
See also xpxIsMember.
General
Content
Integrations