IMbElementDependents.Item

Fore Syntax

Item(Index: Integer): IMbElementDependent;

Fore.NET Syntax

Item(Index: integer): Prognoz.Platform.Interop.Metabase.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.

Fore and Fore.NET Examples

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

See also:

IMbElementDependents