IMsDimIteratorLinks.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed linked dimension.

Description

The Remove method removes a linked dimension with the specified index.

Comments

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

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

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

See also:

IMsDimIteratorLinks