IMsCalculationChainFilter.Item

Syntax

Item(Index: Integer): IMsCalculationChainEntry;

Parameters

Index. Collection element index.

Description

The Item property returns the element with the specified index from the collection.

Comments

Indexing of collection elements is continuous and starts with zero. To get the number of collection elements, use the IMsCalculationChainFilter.Count property.

Example

The property use is given in the example for IMsProblemCalculationSettings.EntriesFilter.

See also:

IMsCalculationChainFilter