IMsTargetConstraintInfo

Assembly: Ms;

Description

The IMsTargetConstraintInfo interface is used to work with criterion function constraint value.

Inheritance Hierarchy

          IMsTargetConstraintCommon

          IMsTargetConstraintInfo

Comments

To work with a collection of values, use the IMsTargetConstraintInfoArray interface.

Properties

  Property name Brief description
LowerBoundLagrangeMultiplier The LowerBoundLagrangeMultiplier property returns Lagrange multiplier for lower constraint limit.
OptimalValue The OptimalValue property returns the value corresponding to optimal solution of criterion function.
UpperBoundLagrangeMultiplier The UpperBoundLagrangeMultiplier property returns Lagrange multiplier for upper constraint limit.

Properties inherited from IMsTargetConstraintCommon

  Property name Brief description
LowerBound The LowerBound property determines lower constraint limit value.
LowerBoundFixed The LowerBoundFixed property determines whether lower constraint limit is fixed.
LowerConstraintStatus The LowerConstraintStatus property returns status of lower constraint limit.
TimeMoment The TimeMoment property determines the time span, which is controlled by constraint.
UpperBound The UpperBound property determines upper constraint limit value.
UpperBoundFixed The UpperBoundFixed property determines whether upper constraint limit is fixed.
UpperConstraintStatus The UpperConstraintStatus property returns status of upper constraint limit.

See also:

Ms Assembly Interfaces