2026 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>
M GetInapplicableParameters(Document, ICollection<ElementId>, IList<ElementId>) IList<ElementId>
M IsParameterApplicable(Element, ElementId) Boolean Used to determine whether the element supports the given parameter.
M RemoveUnfilterableCategories(ICollection<ElementId>) ICollection<ElementId>