Cubes > Cubes Assembly Interfaces > ICalculatedCubeDimensions
The ICalculatedCubeDimensions interface contains properties and methods of calculated cube dimensions.
The ICalculatedCube.Dimensions property returns the calculated cube dimensions collection.
Property name | Brief description | |
![]() |
The Count property returns the number of dimensions in the collection. | |
![]() |
The Item property returns parameters of the specified dimension. |
Method name | Brief description | |
![]() |
Add | The Add method adds a dictionary to the calculated cube dimensions collection. |
![]() |
Remove | The Remove method removes a calculated cube dimension by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes a calculated cube dimension by its key. |
Method name | Brief description | |
![]() |
The FindById method searches for a dimension based on the specified identifier. | |
![]() |
The FindByKey method searches for a dimension by its key. | |
![]() |
The Move method moves dimensions. |
See also: