IMatrixWritableProxy.ChangeMatrix

Syntax

ChangeMatix: IMatrix;

Description

The ChangeMatrix property returns changed data matrix of proxy object.

Comments

The ChangeMatrix matrix will not be empty, if data was changed in the initial matrix basing on which the proxy object was obtained, but the ApplyChanges or RevertChanges method was not called yet.

To get source data matrix of proxy object, use IMatrixWritableProxy.BaseMatix.

Example

The method use is given in description for IMatrixEx.CreateWritableProxyO.

See also:

IMatrixWritableProxy