IMsDimIteratorAdvancedFilter.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Condition index.

Description

The Remove method removes the specified advanced filter condition.

Comments

Condition indexing is continuous and starts from zero.

To get the number of conditions, use the IMsDimIteratorAdvancedFilter.Count property.

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

See also:

IMsDimIteratorAdvancedFilter