IMatrixQueryFilterRanges.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Collection range index.

Description

The Remove method removes the specified filtering range from the collection.

Comments

If the deletion is successful, the method returns True, otherwise it returns False.

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

Example

The method use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryFilterRanges