Cp > Cp Assembly Interfaces > ITargetConstraintInfoArray
Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The ITargetConstraintInfoArray interface is used to work with the collection of non-linear constraint limit values.
ITargetConstraintInfoArray
To get the collection, use the ITargetConstraint.Constraints property.
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 the specified index from the collection. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new value of non-linear constraint limits to the collection. |
![]() |
The Clear method clears the collection of non-linear constraint limits values. | |
![]() |
The Remove method removes constraint limit value with the specified index. |
See also: