IFCAnyHandle.IsSubTypeOf
Description:
Determines whether the instance is an instance of the specified instance type or a subtype of this instance type.
Determines whether the instance is an instance of the specified instance type or a subtype of this instance type.
public bool IsSubTypeOf(
string typeName
)
-
StringtypeNameThe instance type name.
Return Value
bool
True if the instance is an instance of the specified instance type or its subtype, false otherwise.
-
A non-optional argument was null