IMsProblemCalculation.SaveHistory

Syntax

SaveHistory: Boolean;

Description

The SaveHistory property determines whether history of modeling problem calculation is saved.

Comments

Available values:

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.

Example

The property use is given in the example for IMsProblemCalculation.SaveHistoryMask.

See also:

IMsProblemCalculation