Ms > Ms Assembly Interfaces > IMsTargetConstraintCommon
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsTargetConstraintCommon interface is used to work with criterion problem constraint.
IMsTargetConstraintCommon
Criterion problem constraints overlap the controlling variables and criterion function.
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: