Constructs a new instance of a filter to find elements whose Element subclasses matches any of a given set of input classes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementMulticlassFilter(
IList<Type> typeList
)
Parameters
- typeList IList<Type>
-
The list of Element subclass types to match.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
One or more input types are not valid subclasses of Element for this filter.
-or-
One or more of the types do not exist in Revit's native object model.
|
| ArgumentNullException |
A non-optional argument was null
|
See Also
Reference