IMetabaseUpdateKeyMap.Item

Syntax

Item(Index: Integer): IMetabaseUpdateObjectRemapping;

Parameters

Index. Element index in the collection.

Description

The Item property returns the specified element from the collection.

Comments

Element indexing in the collection is continuous and starts with zero.

Example

The method use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChange.

See also:

IMetabaseUpdateKeyMap