ICubeCombinedExecutor.Item

Syntax

Item(Index: Integer): ICubeCombinedExecutorItem;

Parameters

Index. Calculation result index.

Description

The Item property returns calculation results with the specified index.

Comments

Calculation results are available after finishing the Execute method.

Example

Examples of use are given in description of the ICubeCombinedExecutor.AddCube, ICubeCombinedExecutor.AddCubeDest methods.

See also:

ICubeCombinedExecutor