IMatrixWritableProxy.BaseMatrix

Syntax

BaseMatrix: IMatrix;

Description

The BaseMatix property returns source data matrix of proxy object.

Comments

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

Example

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

See also:

IMatrixWritableProxy