ICubeInstanceDestinationExecutor.Matrix

Syntax

Matrix: IMatrix;

Description

The Matrix method returns output matrix with data.

Comments

If a virtual cube is calculated in the CubeInstanceDestinationExecutorOptions.KeepSourceMatrices mode, the output matrix returned by the Matrix property can be cast to the IVirtualCubeSourceMatrices interface to work with single source matrices.

Example

The property use is given in the example for ICubeInstanceDestinationExecutor.Callback.

See also:

ICubeInstanceDestinationExecutor