FilterStringRule
Description:
Constructs an instance of FilterStringRule.
Constructs an instance of FilterStringRule.
public FilterStringRule(
FilterableValueProvider valueProvider,
FilterStringRuleEvaluator evaluator,
string ruleString,
bool caseSensitive
)
-
valueProviderA pointer to a "value provider" object that will extract values from a Revit document.
-
evaluatorA 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.
-
StringruleStringThe user-supplied string against which strings from a Revit document will be tested.
-
BooleancaseSensitiveIf true, string comparisons will be done case-sensitively.
-
A non-optional argument was NULL