ITargetConstraintInfoArray

Assembly: Cp;

Description

The ITargetConstraintInfoArray interface is used to work with the 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
Count The Count property returns the number of non-linear constraint limits values in the collection
Item The Item property returns constraint limit value with the specified index from the collection.

Methods

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

See also:

Cp Assembly Interfaces