Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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.
This function is equivalent to the EDMinterface function sdaiIsMember.
See also xpxIsMember.

Arguments

...

TypeNameComment
AGGREGATE OF GENERICaggrIdcomments
GENERICaValue 

Return Value

...

 

TypeNameComment
BOOLEANisMembercomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"