2021 Class
Changes 0
C

FilterStringLessOrEqual

Description:
Tests whether string values from the document would sort before or match a certain string.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FilterStringRuleEvaluator
    Autodesk.Revit.DB.FilterStringLessOrEqual
Name Return Type Description Inherited From
C FilterStringLessOrEqual() None Constructs an instance of FilterStringLessOrEqual.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the FilterStringRuleEvaluator
M Evaluate(String, String, Boolean) bool Derived classes override this method to implement the test that determines whether the two given string values satisfy the desired condition or not. FilterStringRuleEvaluator
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. FilterStringRuleEvaluator