ITsModelParamValue.Value

Syntax

Value: Variant;

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.

Example

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

See also:

ITsModelParamValue