IMatrixEx

Assembly: Matrix;

Description

The IMatrixEx interface is used to work with advanced parameters of data matrix.

Inheritance Hierarchy

          IMatrixEx

Comments

To get an object of this type, cast the object of the IMatrix type to IMatrixEx.

Properties

  Property name Brief description
AttachmentValueIndex The AttachmentValueIndex property returns attachment index.
ChangesInfo The ChangesInfo property returns information about matrix changes.
MemoryReserved The MemoryReserved property returns an approximate amount of memory allocated by matrix in bytes.
MemoryUsed The MemoryUsed property returns an approximate amount of memory used by matrix in bytes.
PreserveOriginalValues The PreserveOriginalValues property determines whether matrix source values are stored separately from the changed ones.
ScaleValueIndex The ScaleValueIndex property scale index.

Methods

  Method name Brief description
ApplyChanges The ApplyChanges method applies made matrix changes.
CreateWritableProxyO The CreateWritableProxyO method creates a proxy object of data matrix.
RevertChanges The RevertChanges method reverts made changes of matrix values.

See also:

Matrix Assembly Interfaces