Metabase > Metabase Assembly Interfaces > IMetabaseUpdateKeyMap > IMetabaseUpdateKeyMap.Item
Item(Index: Integer): IMetabaseUpdateObjectRemapping;
Item[Index: integer]: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateObjectRemapping;
Index. Element index in the collection.
The Item property returns the specified element from collection.
Element indexation in collection is continuous and starts with zero.
The method use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChange.
See also: