FilterNumericEquals
Description:
Tests whether numeric values from the document are equal to a certain value
Tests whether numeric values from the document are equal to a certain value
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilterNumericRuleEvaluator
Autodesk.Revit.DB.FilterNumericEquals
System.Object
Autodesk.Revit.DB.FilterNumericRuleEvaluator
Autodesk.Revit.DB.FilterNumericEquals
public class FilterNumericEquals : FilterNumericRuleEvaluator
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FilterNumericEquals() | None | Constructs an instance of FilterNumericEquals. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the | FilterNumericRuleEvaluator |
| Evaluate(Double, Double, Double) | bool | Derived classes override this method to implement the test that determines whether the two given double-precision values satisfy the desired condition or not. | FilterNumericRuleEvaluator |
| Evaluate(Int32, Int32) | bool | Derived classes should override this method to implement the desired test. | FilterNumericRuleEvaluator |
| Evaluate(Int64, Int64) | bool | Derived classes should override this method to implement the desired test. | FilterNumericRuleEvaluator |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | FilterNumericRuleEvaluator |