FilterIntegerRule
Description:
Constructs an instance of FilterIntegerRule.
Constructs an instance of FilterIntegerRule.
public FilterIntegerRule(
FilterableValueProvider valueProvider,
FilterNumericRuleEvaluator evaluator,
int ruleValue
)
-
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 such as less-than, greater-than less-than-or-equal-to, equal, etc.
-
Int32ruleValueThe user-supplied value against which values from a Revit document will be tested.
-
A non-optional argument was null