Parameter
|
Contains static utility functions for enumerating the categories and parameters that
are available for use by ParameterFilterElement objects.
System
Object
Autodesk.Revit.DB ParameterFilterUtilities
Autodesk.Revit.DB ParameterFilterUtilities
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
The ParameterFilterUtilities type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
GetAllFilterableCategories | Returns the set of categories that may be used in a ParameterFilterElement. |
|
|
GetFilterableParametersInCommon | Returns the filterable parameters common to the given categories. |
|
|
GetInapplicableParameters | Returns the parameters that are not among the set of filterable parameters common to the given categories. |
|
|
IsParameterApplicable | Used to determine whether the element supports the given parameter. |
|
|
RemoveUnfilterableCategories | Removes from the given set the categories that are not filterable. |