IMatrixQueryFilter.Ranges

Fore Syntax

Ranges: IMatrixQueryFilterRanges;

Fore.NET Syntax

Ranges: Prognoz.Platform.Interop.Matrix.IMatrixQueryFilterRanges;

Description

The Ranges property returns collection of filtering ranges of matrix data.

Comments

Use the IMatrixQueryFilterRanges.Item property to get collection range.

Fore and Fore.NET Examples

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryFilter