IMsDimensionFilterList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of dimension in the collection.

Description

The Remove method removes dimension from the collection by its index.

Comments

Indexing of dimensions in the collection is continuous and starts with zero.

To get the number of dimensions in the collection, use the IMsDimensionFilterList.Count property.

If the dimension is removed successfully, the method returns True, otherwise it returns False.

See also:

IMsDimensionFilterList