ElementMulticategoryFilter
Public Constructor
Public Method
ElementMulticategoryFilter(ICollection.BuiltInCategory.)
Public Method
ElementMulticategoryFilter(ICollection.ElementId.)
Public Method
ElementMulticategoryFilter(ICollection.BuiltInCategory., Boolean)
Public Method
ElementMulticategoryFilter(ICollection.ElementId., Boolean)
Overload List
Name
Description
Public Method
ElementMulticategoryFilter(ICollection.BuiltInCategory.)
Constructs a new instance of a filter to match elements by built-in category.
Public Method
ElementMulticategoryFilter(ICollection.ElementId.)
Constructs a new instance of a filter to find elements whose category matches any of a given set of categories.
Public Method
ElementMulticategoryFilter(ICollection.BuiltInCategory., Boolean)
Constructs a new instance of a filter to match elements by built-in category, with the option to match all elements which are not of the given category.
Public Method
ElementMulticategoryFilter(ICollection.ElementId., Boolean)
Constructs a new instance of a filter to find elements whose category matches any of a given set of categories, with the option to instead match elements which are not of the given categories.