<Code Lib>
2025.3 Overloads
Changes 0

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.
M CreateGreaterOrEqualRule(ElementId, String, Boolean) FilterRule Obsolete. Creates a filter rule that determines whether strings from the document are greater than or equal to a certain value.