ILindoParamUnits

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ILindoParamUnits interface is used to work with collection of parameters in the LINDO module.

Inheritance Hierarchy

          ILindoParamUnits

Comments

To get collection of LINDO model and environment parameters, use the ILindoSettings.ModelParams and ILindoSettings.EnvParams properties.

Properties

  Property name Brief description
The Count property returns number of parameters in collection.
The Item property returns the specified parameter from the collection.

Methods

  Method name Brief description
The Add method adds parameter to the collection.
Clear The Clear method cleans parameter collection.
The Remove method removes specified parameter from collection.

See also:

Stat Assembly Interfaces