RVTDocs.com

IFCAnyHandle.IsTypeOf

Method
Description:
Determines whether the instance is an instance of exactly the specified instance type.
Syntax
public bool IsTypeOf(
	string typeName
)
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