ITargetConstraints

Assembly: Cp;

Namespace: Prognoz.Platform.Interop.Cp;

Description

The ITargetConstraints interface is used to work with collection of non-linear optimization constraint.

Inheritance hierarchy

          ITargetConstraints

Comments

To get collection of non-linear constraints. use the ICpTargetAdjustment.Constraints property.

Properties

  Property name Brief description
The Count property returns the number of collection constraints.
The Item property returns constraint with specified index from the collection.

Methods

  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:

Cp Assembly Interfaces