ICallbackCycle.GetTermValue

Fore Syntax

GetTermValue(EquationNumber: Integer; TimeMoment: Integer): Variant;

Fore.NET Syntax

GetTermValue(EquationNumber: integer; TimeMoment: integer): object;

Parameters

EquationNumber. Index of equation containing variable.

TimeMoment. Current variable point.

Description

The GetTermValue method is used to get phase variable value.

Comments

Use the ICallbackCycle.SetControlVariableValue method to set value of the controlling variable.

Fore and Fore.NET Examples

The method use is given in the example for ICallbackCycle.Execute.

See also:

ICallbackCycle