ScriptParameter Constructor

Spotfire 14.3 API Reference
Initializes a new instance of the ScriptParameter class.

Namespace:  Spotfire.Dxp.Application.Scripting
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public ScriptParameter(
	string name,
	string description,
	ScriptParameterType type
)

Parameters

name
Type: SystemString
The name of the parameter.
description
Type: SystemString
A description of the parameter suitable for displaying to the user.
type
Type: Spotfire.Dxp.Application.ScriptingScriptParameterType
The type of the parameter.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference