ScriptManager ExecuteScript Method (ScriptDefinition, IDictionary String, Object ) TIBCO Spotfire 6.0 API Reference
Executes the specified script.

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

public void ExecuteScript(
	ScriptDefinition script,
	IDictionary<string, Object> scriptArguments
)

Parameters

script
Type: Spotfire.Dxp.Application.Scripting ScriptDefinition
The script to execute.
scriptArguments
Type: System.Collections.Generic IDictionary String, Object 
A mapping of script parameter names to values.
Exceptions

ExceptionCondition
System ArgumentExceptionif the specified script is null.
System ArgumentExceptionif the specified scriptArguments is null.
System NotSupportedExceptionif script support is not available in the current distribution.
See Also