IMsTargetFormulaTerm

Assembly: Ms;

Description

The IMsTargetFormulaTerm interface is used to set up parameters of expression elements (terms) used in criterion problem.

Inheritance Hierarchy

          IMsFormulaTerm

          IMsOptimizationFormulaTerm

          IMsTargetFormulaTerm

Comments

To set up optimization problem, use the IMsTargetProblem interface. Cast one of the problem's controlling variables to the IMsTargetFormulaTerm interface.

Properties

  Property name Brief description
LowerBoundFixed The LowerBoundFixed property determines lower constraint type.
UpperBoundFixed The UpperBoundFixed property determines upper constraint type.
VarConstraints The VarConstraints property returns term constraints.

Properties inherited from IMsOptimizationFormulaTerm

  Property name Brief description
The InitApproximation property determines initial term values.

Properties inherited from IMsFormulaTerm

  Method name Brief description
The TermToInnerText method returns the internal view of term.
The TermToText method returns the name of a term that appears in the list of terms.

Methods inherited from IMsFormulaTerm

  Property name Brief description

Key

The Key property returns term key.

Lag

The Lag property returns an object that determines the term lag value.

Serie

The Serie property returns the array of term values calculated with transformations.

Slice

The Slice property determines variable slice corresponding to the given term.

TermInfo

The TermInfo property determines term parameters.

UnitInfo

The UnitInfo property returns information about term measurement units.

See also:

Ms Assembly Interfaces