Derived classes should override this method to implement the desired test.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2011
Syntax
Visual C++ |
---|
public:
bool Evaluate(
int lhs,
int rhs
) |
Parameters
- lhs
- Type: System..::..Int32
A value from an element in the document.
- rhs
- Type: System..::..Int32
The user-supplied value against which values from the document are tested.
Return Value
True if
lhs,
rhs satisfy the condition implemented by this evaluator.
See Also