ITsModelParam.DefaultValue

Fore syntax

DefaultValue: Variant;

Fore.NET syntax

DefaultValue: Object;

Description

The DefaultValue property sets default parameter value.

Comments

By default the value is not set. To work with parameter value, use the ITsModelParamValue interface

Fore and Fore.NET examples

The property use is given in the example for ITsModelParam.LinkedObject.

See also:

ITsModelParam