IMatrixWritableProxy.RevertChanges

Fore Syntax

RevertChanges;

Fore.NET Syntax

RevertChanges();

Description

The RevertChanges method cancels all changes of proxy object of data matrix.

Comments

After calling the method the changed matrix obtained in the IMatrixWritableProxy.ChangeMatrix property will be empty.

To apply all changes to proxy object of data matrix, use IMatrixWritableProxy.ApplyChanges.

Fore and Fore.NET Examples

The method use is given in the example for IMatrixWritableProxy.BaseMatix.

See also:

IMatrixWritableProxy