Overload List

  NameDescription
Public methodStatic memberCreateLessRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document are less than a certain value.
Public methodStatic memberCreateLessRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document are less than a certain value.
Public methodStatic memberCreateLessRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document are less than a certain value.
Public methodStatic memberCreateLessRule(ElementId, String, Boolean)
Creates a filter rule that determines whether strings from the document are less than a certain value.

See Also