IMatrixWritableProxy.ChangeMatrix

Fore Syntax

ChangeMatix: IMatrix;

Fore.NET Syntax

ChangeMatix: Prognoz.Platform.Interop.Matrix.IMatrix;

Description

The ChangeMatrix property returns changed data matrix of proxy object.

Comments

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

Fore and Fore.NET Examples

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

See also:

IMatrixWritableProxy