FilterNumericLess Members

The FilterNumericLess type exposes the following members.

Constructors

  NameDescription
Public methodFilterNumericLess
Constructs an instance of FilterNumericLess.

Methods

  NameDescription
Public methodDispose (Inherited from FilterNumericRuleEvaluator.)
Public methodEquals (Inherited from Object.)
Public methodEvaluate(Int32, Int32)
Derived classes should override this method to implement the desired test.
(Inherited from FilterNumericRuleEvaluator.)
Public methodEvaluate(Double, Double, Double)
Derived classes override this method to implement the test that determines whether the two given double-precision values satisfy the desired condition or not.
(Inherited from FilterNumericRuleEvaluator.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from FilterNumericRuleEvaluator.)

See Also