Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Express > Express Assembly Interfaces > IEaxDataAreaSlices > IEaxDataAreaSlices.Item

IEaxDataAreaSlices.Item

Syntax

Item(Index: Integer): IEaxDataAreaSlice;

Parameters

Index. Analytical data area slice index.

Description

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

Comments

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

See also:

IEaxDataAreaSlices