ILindoSettings.LicensePath

Syntax

LicensePath: String;

Description

The LicensePath property determines a path to the LINDO license.

Comments

The path should include license file name.

The LINDO license is located by default in the folder S\license\, where S is the path to the folder with installed LINDO. License file name - lndapiX.dll, where X is a LINDO version number. For example, LINDO 8.0 will have the license named lndapi80.dll, LINDO 9.0 will have the license named lndapi90.dll.

Example

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

See also:

ILindoSettings