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