The INonLoConstraints interface contains properties and methods that are used to work with the collection of non-linear optimization constraints.
| Property name | Brief description | |
| Count | The Count property returns the number of collection constraints. | |
| Item | The Item property returns the constraint from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a constraint to the collection. | |
| Clear | The Clear method removes all constraints from the collection. | |
| Remove | The Remove method removes the constraint from the collection by its index. |
See also: