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 Current »


 
SYNTAX:
 
xpxIsInstanceOfBN (instanceId         : GENERIC;
                   entityName         : STRING;                   VAR isInstanceOf   : BOOLEAN)
                    status             : INTEGER;
 
The xpxIsInstanceOfBN function tests if the specified instance instanceId is of the type specified by the entityName argument. If the instance is of the specified type TRUE is returned in the isInstanceOf argument, else FALSE will be returned in the isInstanceOf argument.
This function is equivalent to the EDMinterface function sdaiIsInstanceOfBN

  • No labels