FUNCTION 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.
Arguments
Type | Name | Comment |
AGGREGATE OF GENERIC | aggrId | comments |
GENERIC | aValue |
Return Value
Type | Name | Comment |
BOOLEAN | isMember | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.