IFCAnyHandle.IsTypeOf
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.
public bool IsTypeOf(
string typeName
)
-
StringtypeNameThe instance type name.
Return Value
Boolean
True if the instance is an instance of the specified instance type, false otherwise.
-
A non-optional argument was null