ValueMatrix: IMatrix;
ValueMatrix: Prognoz.Platform.Interop.Matrix.IMatrix;
The ValueMatrix property returns the matrix with data that was sent on saving data to cube.
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.
The example of use is given in description of ICubeInstanceStorage.SaveMatrixCallback.
See also: