IMatrixEx.ApplyChanges

Syntax

ApplyChanges(RestoreValueFlag: Boolean);

Parameters

RestoreValueFlag. Indicates whether value of the IMatrix.ValueFlag property is restored for changed values of matrix.

Description

The ApplyChanges method applies made matrix value changes.

Comments

The method is relevant if the PreserveOriginalValues property was set to True.

Available values of the RestoreValueFlag parameter:

Example

The property use is given in the example for IMatrixEx.ChangesInfo.

See also:

IMatrixEx