Constructs a new instance of a filter to find elements whose Element subclasses matches any of a given set of input classes, with an option to instead match
elements whose Element subclass does not match the list of input classes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
C# |
---|
public ElementMulticlassFilter(
IList<Type> typeList,
bool inverted
) |
Visual Basic |
---|
Public Sub New ( _
typeList As IList(Of Type), _
inverted As Boolean _
) |
Visual C++ |
---|
public:
ElementMulticlassFilter(
IList<Type^>^ typeList,
bool inverted
) |
Exceptions
See Also