GetStrLindoInfo(Type: LindoStrInfoType; Var ErrorCode: Integer): String;
GetStrLindoInfo(Type: Prognoz.Platform.Interop.Stat.LindoStrInfoType; Var ErrorCode: integer): string;
Type. Type of string information.
ErrorCode. Error code.
The GetStrLindoInfo method returns the specified information about calculation method.
To get real and integer information, use the ILindoSettings.GetDouLindoInfo and ILindoSettings.GetIntLindoInfo methods.
See full details about returned string information in LINDO documentation.
The method use is given in the example for ISmNonLinearOptimization.LindoSettings.
See also: