IFCAny |
Determines whether the instance is an instance of the specified instance type or a subtype of this instance type.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)

Parameters
- typeName String
- The instance type name.
Return Value
BooleanTrue if the instance is an instance of the specified instance type or its subtype, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
