2022 Class
Changes 0
C

ParameterFilterUtilities

Description:
Contains static utility functions for enumerating the categories and parameters that are available for use by ParameterFilterElement objects.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterFilterUtilities
public static class ParameterFilterUtilities
Name Return Type Description
M GetAllFilterableCategories() ICollection<ElementId> Returns the set of categories that may be used in a ParameterFilterElement.
M GetFilterableParametersInCommon(Document, ICollection<ElementId>) ICollection<ElementId> Returns the filterable parameters common to the given categories.
M GetInapplicableParameters(Document, ICollection<ElementId>, IList<ElementId>) IList<ElementId> Returns the parameters that are not among the set of filterable parameters common to the given categories.
M IsParameterApplicable(Element, ElementId) bool Used to determine whether the element supports the given parameter.
M RemoveUnfilterableCategories(ICollection<ElementId>) ICollection<ElementId> Removes from the given set the categories that are not filterable.