Revit 2025.3 API
Element |
Initializes a new instance of the ElementMulticlassFilter class
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementMulticlassFilter( IList<Type> typeList, bool inverted )
Public Sub New ( typeList As IList(Of Type), inverted As Boolean )
public: ElementMulticlassFilter( IList<Type^>^ typeList, bool inverted )
new : typeList : IList<Type> * inverted : bool -> ElementMulticlassFilter
Parameters
- typeList IListType
- inverted Boolean
See Also