The ILoResults interface contains properties 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 about calculation result. | |
| Status | The Status property returns error code. |
See also: