ICubeCallbackBeforeSaveArgument.ResultMatrix

Syntax

ResultMatrix: IMatrix;

Description

The ResultMatrix property is used to redetermine saved matrix.

Comments

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.

Example

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

See also:

ICubeCallbackBeforeSaveArgument