Gets a filter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public ScheduleFilter GetFilter( int index ) |
| Visual Basic |
|---|
Public Function GetFilter ( _ index As Integer _ ) As ScheduleFilter |
| Visual C++ |
|---|
public: ScheduleFilter^ GetFilter( int index ) |
Parameters
- index
- Type: System..::..Int32
The index of the filter.
Return Value
A copy of the filter.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | index is not a valid filter index. |