Gets a filter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public ScheduleFilter GetFilter( int index )
Parameters
- index Int32
- The index of the filter.
Return Value
ScheduleFilterA copy of the filter.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid filter index. |
