IMDCalculationDatasetInstance.KeyToCoord

Syntax

KeyToCoord(Key: IMDCalculationFormulaElementKey; [Coord: IMatrixCoord = Null]): IMatrixCoord;

Parameters

Key - unique element key, which must be transformed into a matrix coordinate.

Coord- optional parameter that determines the coordinate, which properties are changed in correspondence with the mentioned unique key value.

Description

The KeyToCoord method converts element unique key into the coordinate in data source or data consumer.

See also:

IMDCalculationDatasetInstance