The IMsNonLinearConstraints interface contains properties and methods used to work with the collection of criterion function constraints.
Property name | Brief description | |
The Count property returns the number of constraints. | ||
The Item property returns the constraint. |
Method name | Brief description | |
The Add method adds a new constraint. | ||
The Clear method clears the list of constraints. | ||
The Remove method removes a constraint by index. |
See also: