Assembly: Cp;
The IVarTargetConstraint interface is used to work with variable constraint.
IVarTargetConstraint
To work with all variable constraints, use the IVarTargetConstraintsArray interface.
Property name | Brief description | |
Include | The Include property determines whether constraint is active. | |
LowerBound | The LowerBound property determines a constraint lower border value. | |
LowerBoundFixed | The LowerBoundFixed property determines whether constraint lower border is fixed. | |
LowerBoundLagrangeMultiplier | The LowerBoundLagrangeMultiplier property returns Lagrange multiplier for constraint lower border. | |
LowerConstraintStatus | The LowerConstraintStatus property returns status of constraint lower border. | |
TimeMoment | The TimeMoment property determines the time interval, which is controlled by constraint. | |
UpperBound | The UpperBound property determines an upper constraint limit. | |
UpperBoundFixed | The UpperBoundFixed property determines whether upper constraint limit is fixed. | |
UpperBoundLagrangeMultiplier | The UpperBoundLagrangeMultiplier property returns Lagrange multiplier for upper constraint limit. | |
UpperConstraintStatus | The UpperConstraintStatus property returns status of upper constraint limit. |
See also: