IMsCalculationChainFilter.Item

Fore Syntax

Item(Index: Integer): IMsCalculationChainEntry;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Ms.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.

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainFilter