IMatrixQueryFilterRanges.Add

Fore Syntax

Add: IMatrixQueryFilterRange;

Fore.NET Syntax

Add(): Prognoz.Platform.Interop.Matrix.IMatrixQueryFilterRange;

Description

The Add method adds a new range of matrix filtering.

Comments

The number of collection ranges is returned by the IMatrixQueryFilterRanges.Count property.

Fore and Fore.NET Examples

The method use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryFilterRanges