IMatrixQueryFilterRanges.Item

Fore Syntax

Item(Index: Integer): IMatrixQueryFilterRange;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Matrix.IMatrixQueryFilterRange;

Parameters

Index. Collection range index.

Description

The Item property returns the set range of matrix data filtering.

Comments

Use the IMatrixQueryFilterRanges.Add method to add a new range to the collection.

Fore and Fore.NET Examples

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryFilterRanges