ICubeCallbackSaveArgument.ValueMatrix

Syntax

ValueMatrix: IMatrix;

Description

The ValueMatrix property returns the matrix with data that was sent on saving data to cube.

Comments

The property returns the matrix that was available in the OnBeforeSave event and can be changed. It contains both source and changed data. The changed data is marked with the ValueFlag flag or with one of the ValueFlags flags. To get only changed data, use the FilteredMatrix property.

Example

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

See also:

ICubeCallbackSaveArgument