ScriptManagerExecuteScript Method (ScriptDefinition, IDictionaryString, Object) TIBCO Spotfire 7.6 API Reference
Executes the specified script.

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

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

Parameters

script
Type: Spotfire.Dxp.Application.ScriptingScriptDefinition
The script to execute.
scriptArguments
Type: System.Collections.GenericIDictionaryString, Object
A mapping of script parameter names to values.
Exceptions

ExceptionCondition
ArgumentExceptionif the specified script is null.
ArgumentExceptionif the specified scriptArguments is null.
NotSupportedExceptionif script support is not available in the current distribution.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference