xpfIsInstanceOfBN

FUNCTION xpfIsInstanceOfBN (currInst     : GENERIC;
                            entityName   : STRING) 
                            isInstanceOf : BOOLEAN;

The xpfIsInstanceOf function determines whether an instance, as specified in the <instanceId> argument, is an instance of exactly the specified instance type, as specified in the <entityname> argument. This function returns TRUE in the argument <isInstanceOf> if the specified instance is of exactly the specified instance type, else FALSE is returned. The model that holds the actual instance must be open before this operation can be successfully performed.

Arguments


TypeNameComment
GENERICinstanceIdA numerical id that identifies an instance within the EDMdatabase
STRINGentityNameThe name of the entity that specifies the instance type

Return Value


 

TypeNameComment
BOOLEANisInstanceOfcomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

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

Â