IStandardCubeDimension.Dimension

Syntax

Dimension: IDimensionModel;

Description

The Dimension property returns the structure of the repository dictionary that is a cube dimension.

Comments

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:

Example

The example of use is given in description of the ICustomDimension.Tree property.

See also:

IStandardCubeDimension