Share

ParameterFilterUtilities Class

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static class ParameterFilterUtilities

The ParameterFilterUtilities type exposes the following members.

Methods

 NameDescription
Public methodStatic memberGetAllFilterableCategories Returns the set of categories that may be used in a ParameterFilterElement.
Public methodStatic memberGetFilterableParametersInCommon Returns the filterable parameters common to the given categories.
Public methodStatic memberGetInapplicableParameters Returns the parameters that are not among the set of filterable parameters common to the given categories.
Public methodStatic memberIsParameterApplicable Used to determine whether the element supports the given parameter.
Public methodStatic memberRemoveUnfilterableCategories Removes from the given set the categories that are not filterable.

See Also

Reference

Was this information helpful?