The ILoResults interface contains properties that are used to work with results of linear optimization method calculation.
| Property name | Brief description | |
| OptimalValue | The OptimalValue property returns optimal value of criterion function. | |
| VarValues | The VarValues property returns array of calculated values of variable. |
| Property name | Brief description | |
| ErrorMsg | The ErrorMsg property returns information message about calculation results. | |
| Status | The Status property returns error code. |
See also: