ILindoSettings.Warnings

Fore Syntax

Warnings: Array;

Fore.NET Syntax

Warnings: System.Array;

Description

The Warnings property returns LINDO warnings occurred on calculation.

Comments

To get code of the LINDO error occurred on calculation, use the ILindoSettings.nErrorCode property.

Fore and Fore.NET Examples

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

See also:

ILindoSettings