Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfIsKindOfBN (instanceId : GENERIC;
                        entityName : STRING)
                        isKindOf   : BOOLEAN;

The xpfIsKindOf function determines whether an instance, as specified in the <instanceId> argument, is an instance of the specified instance type or a subtype of this instance type, as specified in the <entityName> <entityId> argument. This operation returns TRUE in the argument <isKindOf> if the specified instance is of the specified instance type or a subtype of this instance type, else FALSE is returned.
The model that holds the actual instance must be open before this operation can be successfully performed. This function is equivalent to the EDMinterface function sdaiIsKindOfBN.
See also xpxIsKindOfBN.

Arguments

...

TypeNameComment
GENERICinstanceIdcomments
STRINGentityName 

Return Value

...

 

TypeNameComment
BOOLEANisKindOfcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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