Cubes Property
The Cubes property returns a collection of Cube and CubeGroup objects.
Syntax
Model .Cubes
Applies To
Discussion
The collection does not include child cubes. Use the ChildCubes property to return child cubes from a cube group.
Type
Object - Cubes
Access
Read
Examples
objCube = objModel.Cubes.Item(1)