ICubeInstanceStorage.SaveMatrix

Syntax

SaveMatrix(Matrix: IMatrix; ValueFlag: Integer);

Parameters

Matrix. Matrix containing values that must be saved back to cube.

ValueFlag. Flag of elements containing changed data. Only the matrix elements are saved to cube, which flag corresponds with this value.

Description

The SaveMatrix method saves the matrix with data to a cube.

Example

The example of use is given in description of ICubeInstanceStorage.Callback.

See also:

ICubeInstanceStorage