IMsModelParamValues

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsModelParamValues interface is used to work with the collection of metamodel parameter values before starting problem calculation.

Comments

To work with the collection of parameters, use the IMsModelParams interface.

Properties

  Property name Brief description
The Count property returns the number of parameters in the collection.
The Item method returns parameter value from the collection by its index.

Methods

  Method name Brief description
The FindById method finds value of collection parameter by its identifier.
The FindByKey method finds value of collection parameter by its key.

See also:

Ms Assembly Interfaces