IMsDimIteratorDimensions.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed dimension.

Description

The Remove method removes a dimension with the specified index.

Comments

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

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

To get the number of dimension in the collection, use the IMsDimIteratorDimensions.Count property.

See also:

IMsDimIteratorDimensions