FilterDoubleRule
Description:
Constructs an instance of FilterDoubleRule.
Constructs an instance of FilterDoubleRule.
public FilterDoubleRule(
FilterableValueProvider valueProvider,
FilterNumericRuleEvaluator evaluator,
double ruleValue,
double epsilon
)
-
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.
-
DoubleruleValueThe user-supplied value against which values from a Revit document will be tested.
-
DoubleepsilonThe tolerance within which two floating-point values may be considered equal.
-
The given value for ruleValue is not finite -or- The given value for ruleValue is not a number -or- The given value for epsilon is not finite -or- The given value for epsilon is not a number
-
A non-optional argument was null