IEaxDataAreaSliceParams.Item

Fore Syntax

Item(Index: Integer): IEaxDataAreaParam;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Express.IEaxDataAreaParam;

Parameters

Index. Analytical data area parameter index.

Description

The Item property returns parameter of analytical data area by its index.

Comments

To get index of specified parameter of analytical data area, use the IEaxDataAreaSliceParams.IndexOf method.

Fore and Fore.NET Examples

The method use is given in the example for IEaxDataArea.Params.

See also:

IEaxDataAreaSliceParams