Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaSliceParams > IEaxDataAreaSliceParams.Item

IEaxDataAreaSliceParams.Item

Syntax

Item(Index: Integer): 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 the specified analytical data area parameter, use the IEaxDataAreaSliceParams.IndexOf method.

See also:

IEaxDataAreaSliceParams