ICubeCoordConvertor.GetStdCubeSourceCoord

Syntax

GetStdCubeSourceCoord(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 GetStdCubeSourceCoord method calculates a source cube coordinate according to the sent coordinate in a source cube.

Comments

The method is kept for compatibility. It is recommended to use the ICubeCoordConvertor.GetStdCubeSourceCoordI method for development.

See also:

ICubeCoordConvertor