ICubeCombinedExecutor.Count

Syntax

Count: Integer;

Description

The Count property returns the number of available results of parallel cube calculation.

Comments

Calculation results are available after finishing the Execute method. The number of available results depends on the number of added cubes or cube display versions.

Example

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

See also:

ICubeCombinedExecutor