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
General
Content
Integrations