ITsModelParamValue.Value

Fore Syntax

Value: Variant;

Fore.NET Syntax

Value: object;

Description

The Value property determines a parameter value.

Comments

If the parameter is not set to value by default, the Value value must be set before starting calculation. To get default value of parameter, use the ITsModelParamValue.DefaultValue property.

Fore and Fore.NET Examples

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

See also:

ITsModelParamValue