ICalculatedCubeExecutor

Description

The ICalculatedCubeExecutor interface contains properties and methods for calculating the calculated cube output matrix by the specified coordinates.

Properties

  Property name Brief description
The EvaluateOnly property determines the coordinates, by which output matrix values will be calculated.
The IncludeNulls property determines whether empty values are included into output matrix.
The Selected property determines whether the specified matrix coordinate is selected.

Methods

  Method name Brief description
The DeselectAll method removes the selection for all matrix coordinates.
The Execute method calculates the output matrix of a calculated cube.
The Matrix method returns the output matrix of a calculated cube.
The Select_ method selects the specified coordinate in a matrix in order to calculate values by this coordinate.

See also:

Cubes Assembly Interfaces