Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.Matrix;
The IMatrixWritableProxy interface is used to work with proxy object of matrix.
IMatrixWritableProxy
To get object of this type, cast the matrix obtained in IMatrixEx.CreateWritableProxyO to IMatrixWritableProxy.
| Property name | Brief description | |
| The BaseMatix property returns source data matrix of proxy object. | ||
| The ChangeMatrix property returns changed data matrix of proxy object. |
| Method name | Brief description | |
| The ApplyChanges method applies all changes to proxy object of data matrix. | ||
| The RevertChanges method cancels all changes of proxy object of data matrix. |
See also: