Cubes > Cubes Assembly Interfaces > IAutoCubeDimensions
The IAutoCubeDimensions interface contains properties and methods of the collection of automatic cube dimensions.
Property name | Brief description | |
![]() |
Calendar | The Calendar property returns the calendar dimension of an automatic cube. |
![]() |
Count | The Count property returns the number of automatic cube dimensions. |
![]() |
Item | The Item property returns automatic cube dimension. |
![]() |
ItemByDimension | The ItemByDimension property returns the automatic cube dimensions that are connected with the source cube dimension. |
Method name | Brief description | |
![]() |
Add | The Add method adds a dictionary to the automatic cube dimensions collection. |
![]() |
Clear | The Clear method clears automatic cube dimensions collection. |
![]() |
FindById | The FindById method finds automatic cube dimension by its identifier. |
![]() |
FindByKey | The FindByKey method finds automatic cube dimension by its key. |
![]() |
Move | The Move method moves dimensions in the automatic cube list. |
![]() |
Remove | The Remove method removes automatic cube dimension by its index. |
![]() |
RemoveById | The RemoveById method removes automatic cube dimension by its identifier. |
![]() |
RemoveByKey | The RemoveByKey method removes automatic cube dimension by its key. |
See also: