FilterNumericRuleEvaluator.Evaluate
Description:
Derived classes should override this method to implement the desired test.
Derived classes should override this method to implement the desired test.
Overloads (3):
[ObsoleteAttribute("This method is deprecated in Revit 2024. Override the evalute method taking Int64 instead. It may be removed in a future version.")]
public bool Evaluate(
int lhs,
int rhs
)
-
Int32lhsA value from an element in the document.
-
Int32rhsThe user-supplied value against which values from the document are tested.
Return Value
bool
True if lhs , rhs satisfy the condition implemented by this evaluator.