IMetabaseUpdateKeyMap.Item

Fore Syntax

Item(Index: Integer): IMetabaseUpdateObjectRemapping;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateObjectRemapping;

Parameters

Index. Element index in the collection.

Description

The Item property returns the specified element from collection.

Comments

Element indexation in collection is continuous and starts with zero.

Fore and Fore.NET Examples

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

See also:

IMetabaseUpdateKeyMap