ILindoSettings.GetStrLindoInfo

Fore Syntax

GetStrLindoInfo(Type: LindoStrInfoType; Var ErrorCode: Integer): String;

Fore.NET Syntax

GetStrLindoInfo(Type: Prognoz.Platform.Interop.Stat.LindoStrInfoType; Var ErrorCode: integer): string;

Parameters

Type. Type of string information.

ErrorCode. Error code.

Description

The GetStrLindoInfo method returns the specified information about calculation method.

Comments

To get real and integer information, use the ILindoSettings.GetDouLindoInfo and ILindoSettings.GetIntLindoInfo methods.

See full details about returned string information in LINDO documentation.

Fore and Fore.NET Examples

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

See also:

ILindoSettings