Assembly: Stat;
The ILindoParamUnits interface is used to work with collection of parameters in the LINDO module.
ILindoParamUnits
To get collection of LINDO model and environment parameters, use the ILindoSettings.ModelParams and ILindoSettings.EnvParams properties.
Property name | Brief description | |
Count | The Count property returns number of parameters in collection. | |
Item | The Item property returns the specified parameter from the collection. |
Method name | Brief description | |
Add | The Add method adds parameter to the collection. | |
Clear | The Clear method cleans parameter collection. | |
Remove | The Remove method removes specified parameter from collection. |
See also: