Gets the IFilter at the given index.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IFilter this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As IFilter
	Get
Visual C++
public:
property IFilter^ default[int index] {
	IFilter^ get (int index);
}

Parameters

index
Type: System..::..Int32
The index.

Return Value

The IFilter at the given index.

See Also