EvaluateMethod(FileName: String; Settings: Object; SaveToHistory: Boolean);
EvaluateMethod(FileName: string; Settings: object; SaveToHistory: boolean);
FileName. Full path and name of the resulting file.
Settings. Object that determines method parameters.
SaveToHistory. Calculation history saving indicator.
The EvaluateMethod method saves calculation data to a file.
FileName. Saving results to files with following formats is available: *.mht, *.html, *.rtf, *.xls, *.pdf, *.ods.
SaveToHistory. Available values:
True. Save calculation history.
False. Do not save calculation history.
The property use is given in the example for IEmStatisticsSettings.Add.
See also: