IFCAnyHandle.IsTypeOf
Method
Description:
Determines whether the instance is an instance of exactly the specified instance type.
Determines whether the instance is an instance of exactly the specified instance type.
Parameters
| Parameter | Type | Description |
|---|---|---|
| typeName | String | The instance type name. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the instance is an instance of the specified instance type, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |