ICubeCombinedExecutor.Item

Syntax

Item(Index: Integer): ICubeCombinedExecutorItem;

Item[Index: Integer]: IPrognoz.Platform.Interop.Cubes.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.

Fore and Fore.NET Examples

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

See also:

ICubeCombinedExecutor