Assembly: Cubes;
The IVirtualCubeSourceMatrices interface is used to work with the collection of data matrices of single virtual cube sources.
IVirtualCubeSourceMatrices
To work with matrices of virtual cube sources, make sure that calculation is executed in the CubeInstanceDestinationExecutorOptions.KeepSourceMatrices mode. After the calculation, the output matrix of the virtual cube contained in the ICubeInstanceDestinationExecutor.Matrix property can be cast to the IVirtualCubeSourceMatrices interface.
Changing of data in the virtual cube matrix will result in changing of data in the matrix of corresponding data source. Changing of data in the source matrix will result in changing of data in the virtual cube matrix.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of matrices in the collection. |
![]() |
Matrix | The Matrix property returns the matrix of the virtual cube data source. |
See also: