Namespace:
Autodesk.Revit.DB
ScheduleFilter
Class
Description:
A filter in a schedule.
A filter in a schedule.
Remarks:
The ScheduleFilter class represents a single filter in a schedule. A filter is a condition that must be satisfied for an element to appear in the schedule. All filters must be satisfied for an element to appear in the schedule.
A schedule can be filtered by data that is not displayed in the schedule by marking the field used for filtering as hidden using the ScheduleField.IsHidden property.
ScheduleFilter Class Members:
Name | Description | Inherited From |
---|---|---|
ScheduleFilter() | Creates a new ScheduleFilter. | |
ScheduleFilter(ScheduleFieldId, ScheduleFilterType) | Creates a new ScheduleFilter. | |
ScheduleFilter(ScheduleFieldId, ScheduleFilterType, ElementId) | Creates a new ScheduleFilter. | |
ScheduleFilter(ScheduleFieldId, ScheduleFilterType, Double) | Creates a new ScheduleFilter. | |
ScheduleFilter(ScheduleFieldId, ScheduleFilterType, Int32) | Creates a new ScheduleFilter. | |
ScheduleFilter(ScheduleFieldId, ScheduleFilterType, String) | Creates a new ScheduleFilter. |
Name | Description | Inherited From |
---|---|---|
FieldId | The ID of the field used to filter the schedule. | |
FilterType | The filter type. | |
IsDoubleValue | Indicates if the filter has a double value. | |
IsElementIdValue | Indicates if the filter has an ElementId value. | |
IsIntegerValue | Indicates if the filter has an integer value. | |
IsNullValue | Indicates if the filter has no specified value. | |
IsStringValue | Indicates if the filter has a string value. | |
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Name | Description | Inherited From |
---|---|---|
Dispose | Releases all resources used by the ScheduleFilter | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetDoubleValue | Gets the filter value for a filter using a double value. | |
GetElementIdValue | Gets the filter value for a filter using an ElementId value. | |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetIntegerValue | Gets the filter value for a filter using an integer value. | |
GetStringValue | Gets the filter value for a filter using a string value. | |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
SetNullValue | Sets the filter to have no specified value (used for HasParameter filters). | |
SetValue(Double) | Set the filter value to a double. | |
SetValue(ElementId) | Set the filter value to an ElementId. | |
SetValue(Int32) | Set the filter value to an integer. | |
SetValue(String) | Set the filter value to a string. | |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |