Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The ITargetConstraints interface is used to work with collection of non-linear optimization constraint.
ITargetConstraints
To get collection of non-linear constraints. use the ICpTargetAdjustment.Constraints property.
| Property name | Brief description | |
| The Count property returns the number of collection constraints. | ||
| The Item property returns constraint with specified index from the collection. |
| Method name | Brief description | |
| The Add method adds constraint to collection. | ||
| Clear | The Clear method clears collection of constraints. | |
| The Remove method removes constraint with specified index from the collection. |
See also: