IMatrixQueryFilterRanges.Item

Syntax

Item(Index: Integer): 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.

Example

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryFilterRanges