IMsDimIteratorDimensions.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET 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 removal is successful, the method returns True, otherwise it returns False.

Indexing of dimensions in collection is continuous and starts with zero. To get the number of dimension in the collection, use the IMsDimIteratorDimensions.Count property.

See also:

IMsDimIteratorDimensions