FilterStringRule
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2021).
Identical to 2021:
2020
Not present in: 2023, 2024, 2025, 2025.3, 2026, 2027
2021
current
FilterStringRule(FilterableValueProvider, FilterStringRuleEvaluator, String, Boolean)
No longer obsolete in 2021 (was obsolete in 2022)
| 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. |