IEmHistory.Item

Fore syntax

Item(Index: Integer): IEmHistoryItem;

Fore.NET syntax

Item[Index: integer]: Prognoz.Platform.Interop.Modeller.IEmHistoryItem;

Parameters

Index. Report history record index.

Description

The Item property returns specified record from the calculation history.

Comments

Indexation of the records is continuous and starts from zero. The IEmHistory.Count property returns number of records in the calculation history. The IEmHistory.ActiveItem property returns active record index.

Fore and Fore.NET examples

The property use is given in the example for IExpressModeller.History.

See also:

IEmHistory