FilterStringGreater
Description:
Tests whether string values from the document would sort after a certain string.
Tests whether string values from the document would sort after a certain string.
Remarks:
All string comparisons in this class are performed in the case-insensitive manner.
All string comparisons in this class are performed in the case-insensitive manner.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilterStringRuleEvaluator
Autodesk.Revit.DB.FilterStringGreater
System.Object
Autodesk.Revit.DB.FilterStringRuleEvaluator
Autodesk.Revit.DB.FilterStringGreater
public class FilterStringGreater : FilterStringRuleEvaluator
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FilterStringGreater() | None | Constructs an instance of FilterStringGreater. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the | FilterStringRuleEvaluator |
| 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 |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | FilterStringRuleEvaluator |