<Code Lib>
2026 Overloads
Changes 0
O

ParameterFilterRuleFactory.CreateGreaterOrEqualRule (Overloads)

Name Return Type Description
M CreateGreaterOrEqualRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are greater than or equal to a certain value.