IMsFormulaInfoList.Item

Syntax

Item(Index: Integer): IMsFormulaInfo;

Item[Index: Integer]: Prognoz.Platform.Interop.Ms.IMsFormulaInfo;

Parameters

Index. Index of record in the collection.

Description

The Item property returns information about the formula used for calculation.

Fore and Fore.NET Examples

The example of use is given in description of the IMsProblemCalculation.GetFormulaInfo method.

See also:

IMsFormulaInfoList