IInMemManager.ResetMatrix

Syntax

ResetMatrix(Dest: ICubeInstanceDestination);

ResetMatrix(Dest: Prognoz.Platform.Interop.Cubes.ICubeInstanceDestination);

Parameters

Dest. Built cube display version.

Description

The ResetMatrix method removes matrix with data for the specified cube display option from the cache.

Comments

To create a new cached matrix, use the PrepareMatrix/PrepareMatrixPartial methods.

Example

To execute the example

Add links to the system assemblies:

Example

Example

After executing the example

See also:

IInMemManager