IMetabaseObjectParams.Move

Syntax

Move(OldIndex: Integer, NewIndex: Integer);

Parameters

OldIndex. Index of the position, from which parameter must be moved.

NewIndex. Index of the position, to which parameter must be moved.

Description

The Move method moves repository object parameter to the specified position.

Comments

If the specified index of the position, to which the parameter must be moved, is outside the collection, the repository object parameter is not moved.

See also:

IMetabaseObjectParams