ResultMatrix: IMatrix;
The ResultMatrix property is used to redetermine saved matrix.
The property returns Null by default, values from the OriginalMatrix matrix are saved to cube. If it is required to make changes, get the OriginalMatrix matrix to a separate variable, change values in it and specify the obtained variable as a value of the ResultMatrix property.
The example of use is given in description of ICubeInstanceStorage.SaveMatrixCallback.
See also: