ITsModelParamValue.Hidden

Fore Syntax

Hidden: Boolean;

Fore.NET Syntax

Hidden: boolean;

Description

The Hidden property returns the attribute of the fact whether the parameter is hidden.

Comments

Available values:

If the parameter is not set to default value, set value to the parameter before starting calculation. Use the ITsModelParamValue.Value property.

Fore and Fore.NET Examples

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

See also:

ITsModelParamValue