Name Return Type Description
O ElementMulticategoryFilter(ICollection<BuiltInCategory>) None Constructs a new instance of a filter to match elements by built-in category.
O ElementMulticategoryFilter(ICollection<ElementId>) None Constructs a new instance of a filter to find elements whose category matches any of a given set of categories.
O ElementMulticategoryFilter(ICollection<BuiltInCategory>, Boolean) None 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.
O ElementMulticategoryFilter(ICollection<ElementId>, Boolean) None 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.