...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxIsInstanceOf (instanceId , entityId : GENERIC;
VAR isInstanceOf : BOOLEAN)
status : INTEGER;
|
The xpxIsInstanceOf function tests if the specified instance instanceId is of the type specified by the entityId 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 sdaiIsInstanceOf
Arguments
...
Type | Name | Comment |
GENERIC | instanceId | comment |
GENERIC | entityId | |
BOOLEAN | isInstanceOf |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|