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

« Previous Version 2 Current »

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


TypeNameComment
AGGREGATE OF GENERICaggrIdcomments
GENERICaValue 

Return Value


 

TypeNameComment
BOOLEANisMembercomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

  • No labels