IMsTargetVarConstraint

Assembly: Ms;

Description

The IMsTargetVarConstraint interface is used to work with variable constraint.

Inheritance Hierarchy

          IMsTargetConstraintCommon

          IMsTargetVarConstraint

Comments

To work with the collection of constraints, use the IMsTargetVarConstraints interface.

Properties

  Property name Brief description
UseLowerBound The UseLowerBound property determines whether lower constraint is used.
UseUpperBound The UseUpperBound property determines whether upper constraint is used.

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