The IStandardCubeServerDimensionSets interface contains properties and methods that are used to work with groups of dimensions, by which aggregation is calculated on the server.
| Property name | Brief description | |
| Count | The Count returns the number of groups of dimensions. | |
| Item | The Item property returns group of dimensions based by its index. |
| Method name | Brief description | |
| Add | The Add method adds a group of dimensions. | |
| Clear | The Clear method clears the list of groups of dimensions. | |
| FindById | The FindById method searches for a group of dimensions by its identifier. | |
| FindByKey | The FindByKey method searches for a group of dimensions by its key. | |
| Move | The Move method moves groups of dimensions in the list. | |
| Remove | The Remove method removes group of dimensions by its index. | |
| RemoveByKey | The RemoveByKey method removes group of dimensions by its key. |
See also: