CreateGreaterOrEqualRule Method


OverloadĀ List

Name Description
Public method Static member CreateGreaterOrEqualRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document are greater than or equal to a certain value.
Public method Static member CreateGreaterOrEqualRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document are greater than or equal to a certain value.
Public method Static member CreateGreaterOrEqualRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document are greater than or equal to a certain value.
Public method Static member CreateGreaterOrEqualRule(ElementId, String, Boolean)
Creates a filter rule that determines whether strings from the document are greater than or equal to a certain value.

See Also