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 the default parameter value, use the ITsModelParamValue.DefaultValue property.

Example

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

See also:

ITsModelParamValue