ApplyChanges(RestoreValueFlag: Boolean);
RestoreValueFlag. Indicates whether value of the IMatrix.ValueFlag property is restored for changed values of matrix.
The ApplyChanges method applies made matrix value changes.
The method is relevant if the PreserveOriginalValues property was set to True.
Available values of the RestoreValueFlag parameter:
True. After applying the changes the source values of the IMatrix.ValueFlag property will be restored for changed values.
False. After applying the changes the new values of the IMatrix.ValueFlag property will be saved for changed values.
The property use is given in the example for IMatrixEx.ChangesInfo.
See also: