ICubeCombinedExecutorItem

Assembly: Cubes;

Description

The ICubeCombinedExecutorItem interface contains properties that are used to get results of parallel calculation of output cube matrices.

Inheritance Hierarchy

ICubeCombinedExecutorItem

Comments

Parallel calculation of cubes us executed on calling the ICubeCombinedExecutor.Execute method. Calculation results is returned by the ICubeCombinedExecutor.Item property.

Properties

  Property name Brief description
Cube

The Cube property returns instance of the cube, for which calculation is executed.
Destination

The Destination property returns display version of the cube, for which calculation is executed.
Matrix

The Matrix property returns the data matrix obtained after calculation.
MultiExecuted

The MultiExecuted property returns whether the current result is obtained on parallel calculation.
Selection

The Selection property returns selection, according to which calculation is executed.

See also:

Cubes Assembly Interfaces