IEmHistoryItem.Settings

Fore syntax

Settings: IEmMethodSettings;

Fore.NET syntax

Settings: Prognoz.Platform.Interop.Modeller.IEmMethodSettings;

Description

The Settings property returns object that contains express modeling calculation method common parameters.

Comments

To get full calculation method parameters cast the object, that is returned by the Settings property, to the required interface. To get calculation method type use the IEmHistoryItem.Method property.

Fore and Fore.NET examples

The property use is given in the example for IExpressModeller.History.

See also:

IEmHistoryItem