ICubeCallbackSaveArgument.FilteredMatrix

Syntax

FilteredMatrix: IMatrix;

Description

The FilteredMatrix property returns the matrix containing only changed data.

Comments

When saving, the matrix obtained on building a cube is sent to the SaveMatrix* method of the ICubeInstanceStorage interface. This matrix may contain both source and changed data. The changed data is marked with the ValueFlag flag or with one of the ValueFlags flags. The FilteredMatrix property enables the user to get only changed data. Working with the changed data matrix is available only via iterator. To create iterators, use the IMatrix.CreateIterator method.

Example

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

See also:

ICubeCallbackSaveArgument