Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The INonLDVariables interface contains properties and methods that are used to work with the collection of non-linear equations system variables.
INonLDVariables
| Property name | Brief description | |
| Count | The Count property returns the number of variables in the collection. | |
| Item | The Item method returns the variable from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a variable to the collection. | |
| Clear | The Clear method removes all variables from the collection. | |
| FindById | The FindById method searches for the variable in the collection by its identifier. | |
| Remove | The Remove method removes the variable from the collection by its index. | |
| RemoveById | The RemoveById method removes the variable from the collection by its identifier. |
See also: