IMsFormulaGenTermPoint.Value

Syntax

Value(Index: Integer): Variant;

Value[Index: Integer]: Object;

Parameters

Index. Value index.

Description

The Value property returns term 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