ICubeSegmentDimensions.FindByDim

Syntax

FindByDim(Dimension: IDimensionModel): ICubeSegmentDimension;

Parameters

Dimension. Repository dictionary.

Description

The FindByDim method searches by dictionary and returns cube segment dimension settings.

Comments

The method returns Null if there is no dimension based on the specified dictionary in the collection.

Example

The method use is given in the example for ICubeSegmentContainer.Database.

See also:

ICubeSegmentDimensions