IMsModelParamValues

Assembly: 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
Count The Count property returns the number of parameters in the collection.
Item The Item method returns parameter value from the collection by its index.

Methods

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

See also:

Ms Assembly Interfaces