The IMsVariables interface contains properties and methods of the collection of variables.
| Property name | Brief description | |
| The Count property returns the number of the modeling variables that are included into the collection. | ||
| The Item property returns the modeling variable. |
| Method name | Brief description | |
| The Add method adds a modeling variable to the collection. | ||
| The Clear method deletes all variables from the collection. | ||
| The Remove method removes a modeling variable by its index. | ||
| The RemoveByKey method removes a variable by its key. |
| Method name | Brief description | |
| The FindById method finds a modeling variable by its identifier. | ||
| The FindByKey method finds a modeling variable by its key. |
See also: