Settings: IEmMethodSettings;
Settings: Prognoz.Platform.Interop.Modeller.IEmMethodSettings;
The Settings property returns object that contains express modeling calculation method common parameters.
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.
The property use is given in the example for IExpressModeller.History.
See also: