IMatrixQueryFilterRanges.Count

Syntax

Count: Integer;

Description

The Count property returns the number of filtering ranges.

Comments

Use the IMatrixQueryFilterRanges.Remove method to remove a range from the collection.

Example

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryFilterRanges