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

Version 1 Next »


 
SYNTAX:
 
xpfIsInstanceOf (instanceId, entityId : GENERIC)
                 isInstanceOf         : BOOLEAN;
 
The xpfIsInstanceOf function determines whether an instance, as spcified in the <instanceId> argument, is an instance of exactly the specified instance type, as specified in the <entityId> argument. This function returns xpxTRUE in the argument <isInstanceOf> if the specified instance is of exactly the specified instance type, else xpxFALSE 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.

  • No labels