ITargetConstraintInfoArray

Assembly: Cp;

Namespace: Prognoz.Platform.Interop.Cp;

Description

The ITargetConstraintInfoArray interface is used to work with collection of non-linear constraint limit values.

Inheritance hierarchy

          ITargetConstraintInfoArray

Comments

To get the collection, use the ITargetConstraint.Constraints property.

Properties

  Property name Brief description
The Count property returns the number of non-linear constraint limits values in the collection.
The Item property returns constraint limit value with set index from the collection.

Methods

  Method name Brief description
Add The Add method adds a new value of non-linear constraint limits to collection.
The Clear method clears collection of non-linear constraint limits values.
The Remove method removes constraint limit value with specified index.

See also:

Cp Assembly Interfaces