xpfIsKindOfBN
FUNCTION xpfIsKindOfBN (instanceId : GENERIC; entityName : STRING) isKindOf : BOOLEAN;
The xpfIsKindOf function determines whether an instance, as specified in the <instanceId> argument, is an instance of the specified instance type or a subtype of this instance type, as specified in the <entityId> argument. This operation returns TRUE in the argument <isKindOf> if the specified instance is of the specified instance type or a subtype of this instance type, else FALSE is returned. The model that holds the actual instance must be open before this operation can be successfully performed.
Arguments
Type | Name | Comment |
GENERIC | instanceId | comments |
STRING | entityName | Â |
Return Value
Â
Type | Name | Comment |
BOOLEAN | isKindOf | comments |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â