...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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
Arguments
...
Type | Name | Comment |
GENERIC | instanceId | |
STRING | entityName | comment |
BOOLEAN | isInstanceOf |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|