The IVirtualCubeCompounds interface is used to work with the collection of composite structures of a virtual cube.
The collection always contains a predetermined structure (facts/calendar/scenarios), which cannot be removed.
| Property name | Brief description | |
| Count | The Count property returns the number of composite structures in the collection. | |
| Item | The Item property returns structure from the collection by its index. | |
| Predefined | The Predetermined property returns the specified predetermined structure. |
| Method name | Brief description | |
| Add | The Add method adds a composite structure to the collection. | |
| Clear | The Clear method clears the collection of composite structures. | |
| FindByDimension | The FindByDimension method searches for a structure by the specified dimension. | |
| FindById | The FindById method searches for a structure by the specified identifier. | |
| FindByKey | The FindByKey method searches for a structure by the specified key. | |
| Remove | The Remove method removes composite structure from the collection by its index. | |
| RemoveByKey | The RemoveByKey method removes composite structure from the collection by its key. |
See also: