IMbElementDependents.Item

Syntax

Item(Index: Integer): IMbElementDependent;

Parameters

Index. Index of record of dependencies of MDM dictionary elements from repository objects.

Description

The Item property returns the value of dependency record of MDM dictionary elements from repository objects.

Comments

To get the number of dependency records of MDM dictionary elements from repository objects by its index, use the IMbElementDependents.Count property.

Example

The property use is given in the example for IMbElementDependent.Dictionary.

See also:

IMbElementDependents