IStandardCubeDimension.FactDimension

Syntax

FactDimension: Boolean;

Description

The FactDimension property determines whether this dimension is the cube fact dimension.

Comments

The property is relevant if the ExternalFactDimension property is set to True.

The FactDimension property must be set to True for fact dimension and False for the rest of dimensions.

Example

The example of use is given in description of the IStandardCube.ExternalFactDimension property.

See also:

IStandardCubeDimension