ITsModelParamValue.ParamType

Fore Syntax

ParamType: TsParamType;

Fore.NET Syntax

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

Description

The ParamType property returns parameter type.

Comments

To get parameter data type, use the ITsModelParam.DataType property.

Fore and Fore.NET Examples

The property use is given in the example for ITsModelParamValue.DataType.

See also:

ITsModelParamValue