ApplyChanges(RestoreValueFlag: Boolean);
RestoreValueFlag. Indicates whether value of the IMatrix.ValueFlag property is restored for changed matrix values.
The ApplyChanges method applies made matrix changes.
The method is relevant if the PreserveOriginalValues property is set to True.
Available value of the RestoreValueFlag parameter:
True. After applying the changes the source values of the IMatrix.ValueFlag property will be returned 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: