Dimensions Property
The Dimensions property returns a collection of all Dimension and DateDimension objects in a model.
Syntax
Model .Dimensions
Applies To
Discussion
After the collection is returned, you can use the Item method to return a specific dimension and then modify properties.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Type
Object - Dimensions
Access
Read
Examples
objTimeDimension = objModel.Dimensions.Item("Time")