IMatrixEx.CreateWritableProxyO

Fore Syntax

CreateWritableProxyO(Options: Integer): IMatrix;

Fore.NET Syntax

CreateWritableProxyO(Options: integer): Prognoz.Platform.Interop.Matrix.IMatrix;

Parameters

Options. Parameters of creating a proxy object of data matrix.

Description

The CreateWritableProxyO method creates a proxy object of data matrix.

Comments

Use the 0 value in the Options parameter.

Fore and Fore.NET Examples

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

See also:

IMatrixEx