ICubeCoordConvertor.GetStdCubeSourceCoordI

Syntax

GetStdCubeSourceCoordI(Coord: Array; Var SourceCoord: Array): Integer;

Parameters

Coord. Array containing keys of dimension elements that form a source cube coordinate.

SourceCoord. Array, to which keys of dimension elements that form a source cube coordinate will be placed.

Description

The GetStdCubeSourceCoordI method calculates a source cube coordinate according to the sent coordinate in a source cube.

Comments

The difference between the GetStdCubeSourceCoordI method and the GetStdCubeSourceCoord method is its internal implementation, in which work with data types is optimized.

Executing the method calculates a coordinate in a source cube taking into account dimension fixing settings in the current cube. The obtained coordinate will be placed to the SourceCoord array. The method results in a source cube key in the repository.

See also:

ICubeCoordConvertor