IMatrixQueryFilterRanges.Count

Fore Syntax

Count: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryFilterRanges