IMsFormulaGenTermPoint.Coord

Syntax

Coord(Index: Integer): IMatrixModelCoord;

Parameters

Index. Index of the value, for which matrix coordinate must be obtained.

Description

The Coord property returns the matrix coordinate for the value with the specified index.

Comments

The Index parameter is greater than 0 if term value is created by data aggregation. The number of available values is returned by the IMsProblemCalculation.ValuesCount property.

Example

The property use is given in the example for IMsProblemCalculation.GetFormulaInfo.

See also:

IMsFormulaGenTermPoint