<Code Lib>
M

FilterNumericRuleEvaluator.Evaluate(Int32, Int32)

Description:
Derived classes should override this method to implement the desired test.
Overloads (3):
Evaluate(Int32,Int32)

[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
)

  • lhs
    A value from an element in the document.
  • rhs
    The user-supplied value against which values from the document are tested.
Return Value Boolean True if lhs , rhs satisfy the condition implemented by this evaluator.

Loading…