ITsModelParam.ParamType

Fore syntax

ParamType: TsParamType;

Fore.NET syntax

ParamType: Prognoz.Platform.Interop.Transform.TsParamType;

Description

The ParamType property determines parameter type.

Comments

To determine data type of parameter, use the ITsModelParam.DataType property.

Fore and Fore.NET examples

The property use is given in the example for ITsModelParams.Add.

See also:

ITsModelParam