Assembly: Cubes;
The ICubeSegments interface is used to work with the collection of cube segments.
ICubeSegments
To get the segments collection, use the ICubeSegmentContainer.GetAllSegments method.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of segments in the collection. |
![]() |
Item | The Item property returns the segment with the specified index. |
| Method name | Brief description | |
![]() |
Clear | The Clear method clears all segments from the collection. |
![]() |
CreateSegment | The CreateSegment method creates a cube segment. |
![]() |
FindByKey | The FindByKey method searches by key and returns segment settings in case of successful search. |
![]() |
IndexOf | The IndexOf method returns cube segment index in the collection. |
![]() |
Remove | The Remove method removes the segment with the specified index. |
![]() |
RemoveByKey | The RemoveByKey method removes the segment with the specified key. |
See also: