The IMsVariableDimensions interface contains properties and methods of additional dimensions of the modeling variable.
| Property name | Brief description | |
| Count | The Count property returns the number of additional dimensions for the modeling variable. | |
| Item | The Item property returns an additional dimension of the modeling variable. |
| Method name | Brief description | |
| Add | The Add method adds an additional dictionary to modeling variable structure. | |
| Clear | The Clear method clears the list of additional dimensions for the modeling variable. | |
| FindById | The FindById method finds additional dimension of the modeling variable by its identifier. | |
| FindByKey | The FindByKey method finds additional dimension of variable by its key. | |
| MoveTo | The MoveTo method moves dictionary in the list of additional dimensions of the modeling variable. | |
| Remove | The Remove method removes additional dimension of the modeling variable by its index. | |
| RemoveByKey | The RemoveByKey method removes additional dimension of the modeling variable by its key. |
See also: