Dimension: IDimensionModel;
The Dimension property returns the structure of the repository dictionary that is a cube dimension.
The IDimensionModel interface describes general structure of any repository dictionary. To get specific properties, depending on the dictionary type, cast value of the Dimension property to one of the following interfaces:
ICalendarDimension. Calendar dictionary.
ICustomDimension. The built dictionary, on which a standard cube's or calculated cube's local facts dimension or is based.
IStandardDimension. Table dictionary.
IUserDimension. Calculated dictionary.
IRdsDictionary. MDM dictionary, table MDM dictionary.
IRdsCompoundDictionary. Composite MDM dictionary, composite table MDM dictionary.
The example of use is given in description of the ICustomDimension.Tree property.
See also: