IAlternateHierarchyMappings.Item

Syntax

Item(Index: Integer): IAlternateHierarchyMapping;

Parameters

Index. Coincidence index in the collection.

Description

The Item property returns the specified correspondence from the collection.

Comments

Indexing of correspondence in the the collection is continuous and starts with zero. To get the number of correspondences in the collection, use the IAlternateHierarchyMappings.Count property.

See also:

IAlternateHierarchyMappings