FilterStringRule
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2022).
Not present in: 2023, 2024, 2025, 2025.3, 2026, 2027
2022
current
FilterStringRule(FilterableValueProvider, FilterStringRuleEvaluator, String, Boolean)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the constructor without the `caseSensitive` argument instead.
| valueProvider | FilterableValueProvider | A pointer to a "value provider" object that will extract values from a Revit document. |
| evaluator | FilterStringRuleEvaluator | A pointer to the filter rule evaluator object that implements the desired test. The built-in evaluators implement commonly used tests for strings such as begins-with, ends-with, contains, equal, etc. |
| ruleString | String | The user-supplied string against which strings from a Revit document will be tested. |
| caseSensitive | Boolean | If true, string comparisons will be done case-sensitively. |
FilterStringRule(FilterableValueProvider, FilterStringRuleEvaluator, String, Boolean)
Became obsolete in 2022: This method is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the constructor without the `caseSensitive` argument instead.
| valueProvider | FilterableValueProvider | A pointer to a "value provider" object that will extract values from a Revit document. |
| evaluator | FilterStringRuleEvaluator | A pointer to the filter rule evaluator object that implements the desired test. The built-in evaluators implement commonly used tests for strings such as begins-with, ends-with, contains, equal, etc. |
| ruleString | String | The user-supplied string against which strings from a Revit document will be tested. |
| caseSensitive | Boolean | If true, string comparisons will be done case-sensitively. |