IMsDimIteratorLinks.Move

Fore Syntax

Move(FromIndex: Integer; ToIndex: Integer);

Fore.NET Syntax

Move(FromIndex: integer; ToIndex: integer);

Parameters

FromIndex. Index of position of the linked dimension that should be moved.

ToIndex. Index of position, to which the linked dimension should be moved.

Description

The Move method moves a linked dimension to the specified position in the collection.

Comments

If the non-existing position index is specified, the dimension is not moved.

See also:

IMsDimIteratorLinks