Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfIsInstanceOf (instanceId, entityId :

...

 GENERIC)
                          isInstanceOf         : BOOLEAN;

The xpfIsInstanceOf function determines whether an instance, as spcified specified in the <instanceId> argument, is an instance of exactly the specified instance type, as specified in the <entityId> argument. This function returns xpxTRUE TRUE in the argument <isInstanceOf> if the specified instance is of exactly the specified instance type, else xpxFALSE 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 sdaiIsInstanceOf.
See also xpxIsInstanceOf.

Arguments

...

TypeNameComment
GENERICinstanceIdA numerical id identifying the instance in the EDMdatabase
GENERICentityIdA numerical id identifying the instance type in the EDMdatabase

Return Value

...

 

TypeNameComment
BOOLEANisInstanceOfcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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