SaveHistory: Boolean;
The SaveHistory property determines whether history of modeling problem calculation is saved.
Available values:
True. History of calculation is saved. In this case IMsProblemCalculation.SaveHistoryMask is set to MsCalculationHistorySet.Full.
False. Default. History of calculation is not saved.
The IMsproblemCalculation.SaveHistoryMask property influences the value of this property. If the value IMsproblemCalculation.SaveHistoryMask is set to any type of MsCalculationHistorySet, except for MsCalculationHistorySet.None, SaveHistory is automatically set to True. If IMsproblemCalculation.SaveHistoryMask is set to MsCalculationHistorySet.None,SaveHistory is automatically set to False.
The property use is given in the example for IMsProblemCalculation.SaveHistoryMask.
See also: