IEaxDataAreaSlices.Item

Fore Syntax

Item(Index: Integer): IEaxDataAreaSlice;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Express.IEaxDataAreaSlice;

Parameters

Index. Analytical data area slice index.

Description

The Item property returns analytical data area slice by its index.

Comments

To get number of analytical data area slices in collection, use IEaxDataAreaSlices.Count.

See also:

IEaxDataAreaSlices