FilterOperatorAndTextString
Description:
An instance of this class holds a filter operator and a text string that denotes the operator in a particular context.
An instance of this class holds a filter operator and a text string that denotes the operator in a particular context.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilterOperatorAndTextString
System.Object
Autodesk.Revit.DB.FilterOperatorAndTextString
public class FilterOperatorAndTextString : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| FilterOperatorStr | string | A text string denoting the filter operator. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| OperatorType | ScheduleFilterType | The filter operator. |