Show contents 

Cubes > Cubes Assembly Interfaces > ICubeInstanceDimensions > ICubeInstanceDimensions.FindByKey

ICubeInstanceDimensions.FindByKey

Syntax

FindByKey(DimensionKey: Integer): IDimInstance;

Parameters

DimensionKey - dimension key, by which search is executed.

Description

The FindByKey method searches for the dimension, which key is passed by the DimensionKey parameter and returns dimension data in case of successful search.

See also:

ICubeInstanceDimensions