| Revit 2020 API |
| FilterNumericValueRule..::..GetEvaluator Method |
| FilterNumericValueRule Class See Also |
Gets the evaluator that implements the test for this rule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2011
Syntax
| C# |
|---|
public FilterNumericRuleEvaluator GetEvaluator() |
| Visual Basic |
|---|
Public Function GetEvaluator As FilterNumericRuleEvaluator |
| Visual C++ |
|---|
public: FilterNumericRuleEvaluator^ GetEvaluator() |