ILindoSettings.EnvParams

Fore Syntax

EnvParams: ILindoParamUnits;

Fore.NET Syntax

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

Description

The EnvParams property returns parameters of the LINDO environment.

Comments

To get parameters of the LINDO model, use the ILindoSettings.ModelParams 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