The IMsNonLinearConstraints interface contains properties and methods used to work with the collection of criterion function constraints.
Criterion function constraints can be obtained using the following properties:
Property name | Brief description | |
Count | The Count property returns the number of constraints. | |
Item | The Item property returns the constraint. |
Method name | Brief description | |
Add | The Add method adds a new constraint. | |
Clear | The Clear method clears the list of constraints. | |
FindByKey | The FindByKey method searches for a constraint by key and returns its settings in case of successful search. | |
Remove | The Remove method removes a constraint by index. |
See also: