The INonLinearConstraints interface contains properties and methods for working with the collection of non-linear constraints.
Property name | Brief description | |
The Count property returns the number of nonlinear constraints in a collection. | ||
The Item property determines nonlinear constraint parameters. |
Method name | Brief description | |
The Add method adds a nonlinear constraint to the collection. | ||
The Clear method clears the collection. | ||
The Remove method deletes a constraint based on a specified index. |
See also: