RVTDocs.com

ScheduleDefinition.RemoveFilter

Method
Description:
Removes a filter.
Syntax
public void RemoveFilter(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the filter to remove.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException index is not a valid filter index.
InvalidOperationException This ScheduleDefinition does not support filters.