ICubeCacheItem.GetMatrix

Syntax

GetMatrix: IMatrix;

Description

The GetMatrix method returns the matrix with data saved in the current cache instance.

Comments

Before getting the matrix, load it to computer RAM using the ICubeCacheItem.LoadMatrix method. To check if the matrix is loaded to RAM, you can use the ICubeCacheItem.Loaded property.

Example

The method use is given in the example for the ICubeCacheItem.GetCubeInstance method.

See also:

ICubeCacheItem