ElementClassFilter(Type)
Public Constructor
ArgumentException
ArgumentNullException
Constructs a new instance of a filter to match elements by class.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementClassFilter( Type type)
Parameters
typeType
The type to match.
Exceptions
Exception
Condition
ArgumentException
The input type is not a subclass of Element. -or- The input type is of an element class that exists in the API, but not in Revit’s native object model.
ArgumentNullException
A non-optional argument was null