IMsCalculationChainEntries.Item

Syntax

Item(Index: Integer): IMsCalculationChainEntry;

Parameters

Index. Index of calculation chain element.

Description

The Item property returns calculation chain element.

Comments

The number of elements in the collection is returned by the IMsCalculationChainEntries.Count property. Indexing of elements is continuous and starts with zero.

Example

The property use is given in the example for IMsCalculationChainSystem.AddModel.

See also:

IMsCalculationChainEntries