IMatrixWritableProxy.BaseMatrix

Syntax

BaseMatrix: IMatrix;

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

Description

The BaseMatix property returns source data matrix of proxy object.

Comments

To get changed data matrix of proxy object, use IMatrixWritableProxy.ChangeMatrix.

Fore and Fore.NET Examples

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

See also:

IMatrixWritableProxy