Share

IFCAnyHandle.IsTypeOf Method

Determines whether the instance is an instance of exactly the specified instance type.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool IsTypeOf(
	string typeName
)

Parameters

typeName  String
The instance type name.

Return Value

Boolean
True if the instance is an instance of the specified instance type, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?