IMsFormulaGenTermPoint.Coord

Syntax

Coord(Index: Integer): IMatrixModelCoord;

Coord[Index: Integer]: Prognoz.Platform.Interop.Ms.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 ValuesCount property.

Fore and Fore.NET Examples

The example of use is given in description of the IMsProblemCalculation.GetFormulaInfo method.

See also:

IMsFormulaGenTermPoint