Show contents 

Cubes > Cubes Assembly Interfaces > ICalculatedCubeDimensions > ICalculatedCubeDimensions.RemoveByKey

ICalculatedCubeDimensions.RemoveByKey

Syntax

RemoveByKey(DimensionKey: Integer): Boolean;

Parameters

DimensionKey. Dimension key.

Description

The RemoveByKey method removes the calculated cube dimension, which key is passed as an input parameter.

Comments

The method returns True if a dimension was removed from the collection, and False if it cannot be removed for some reason.

See also:

ICalculatedCubeDimensions