ILindoSettings.ModelParams

Fore Syntax

ModelParams: ILindoParamUnits;

Fore.NET Syntax

ModelParams: Prognoz.Platform.Interop.Stat.ILindoParamUnits;

Description

The ModelParams property returns parameters of the LINDO model.

Comments

To get parameters of the LINDO environment, use the ILindoSettings.EnvParams property.

Description of model and environment parameters is given in LINDO documentation.

Fore and Fore.NET Examples

The property use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ILindoSettings