An instance of this class holds a filter operator and a text string that denotes
the operator in a particular context. For example, the text string for ScheduleFilterType::LessThan
may be "is less than" for a filter rule based on a parameter with numerical values
or "is below" for a filter rule based on a parameter representing a Level.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2019
Syntax
| C# |
|---|
public class FilterOperatorAndTextString : IDisposable |
| Visual Basic |
|---|
Public Class FilterOperatorAndTextString _
Implements IDisposable |
| Visual C++ |
|---|
public ref class FilterOperatorAndTextString : IDisposable |
Inheritance Hierarchy
See Also