RVTDocs.com

FilterNumericRuleEvaluator.Evaluate(Int32, Int32)

Method
Description:
Derived classes should override this method to implement the desired test.
Syntax
[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
)
Parameters
Parameter Type Description
lhs Int32 A value from an element in the document.
rhs Int32 The user-supplied value against which values from the document are tested.
Return Value
Type Description
Boolean True if , satisfy the condition implemented by this evaluator.