IExpressModeller.EvaluateMethod

Fore syntax

EvaluateMethod(FileName: String; Settings: Object; SaveToHistory: Boolean);

Fore.NET syntax

EvaluateMethod(FileName: string; Settings: object; SaveToHistory: boolean);

Parameters

FileName. Full path and name of the resulting file.

Settings. Object that determines method parameters.

SaveToHistory. Calculation history saving indicator.

Description

The EvaluateMethod method saves calculation data to a file.

Comments

FileName. Saving results to files with following formats is available: *.mht, *.html, *.rtf, *.xls, *.pdf, *.ods.

SaveToHistory. Available values:

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.Add.

See also:

IExpressModeller