IMatrixEx.ApplyChanges

Syntax

ApplyChanges(RestoreValueFlag: Boolean);

Parameters

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

Description

The ApplyChanges method applies made matrix changes.

Comments

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

Available value of the RestoreValueFlag parameter:

Example

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

See also:

IMatrixEx