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, that index is necessary to receive.

Description

The IndexOf method returns index of a calculation chain element.

Comments

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

See also:

IMsCalculationChainEntries