RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ScheduleFilter

ScheduleFilter(ScheduleFieldId, ScheduleFilterType, Int32)

Constructor
Description:
Creates a new ScheduleFilter.
Syntax
public ScheduleFilter(
	ScheduleFieldId fieldId,
	ScheduleFilterType filterType,
	int value
)
Parameters
Parameter Type Description
fieldId ScheduleFieldId The ID of the field used to filter the schedule.
filterType ScheduleFilterType The filter type.
value Int32 The filter value for a filter using an integer value.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration