Changes in 2020 vs 2025.3 1 missing 1 changed
Flip API Versions →Missing in 2020 (only available in 2025.3)
Changed members
FilterNumericRuleEvaluator.Evaluate(Int32, Int32)
Became obsolete in 2025.3: This method is deprecated in Revit 2024. Override the evalute method taking Int64 instead. It may be removed in a future version.
| lhs | Int32 | A value from an element in the document. |
| rhs | Int32 | The user-supplied value against which values from the document are tested. |
| → returns | Boolean | True if lhs , rhs satisfy the condition implemented by this evaluator. |