IMsCalculationChainEntries.IndexOf

Fore Syntax

IndexOf(Value: IMsCalculationChainEntry): Integer;

Fore.NET Syntax

IndexOf(Value: Prognoz.Platform.Interop.Ms.IMsCalculationChainEntry): integer;

Parameters

Value. The element of calculation chain, which index must be obtained.

Description

The IndexOf method returns index of calculation chain element.

Comments

Use the IMsCalculationChainEntries.Item property to get the element from calculation chain by its index.

See also:

IMsCalculationChainEntries