IMsRTransform.Inputs

Fore Syntax

Inputs: IMsFormulaTermList;

Fore.NET Syntax

Inputs: Prognoz.Platform.Interop.Ms.IMsFormulaTermList;

Description

The Inputs property returns a list of terms corresponding to input model variables.

Comments

To get term corresponding to output variable, use the IMsRTransform.Result property.

Fore and Fore.NET Examples

The property use is given in the example for IMsRTransform.Code.

See also:

IMsRTransform