ScriptManagerExecuteScript Method (String, IDictionaryString, Object, Stream) 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(
	string scriptCode,
	IDictionary<string, Object> scriptArguments,
	Stream outputStream
)

Parameters

scriptCode
Type: SystemString
The IronPython 2.0.2 script to execute.
scriptArguments
Type: System.Collections.GenericIDictionaryString, Object
A mapping of script variable names to values.
outputStream
Type: System.IOStream
The stream to which the output of the script is written.
Exceptions

ExceptionCondition
NotSupportedExceptionif script support is not available in the current distribution.
Remarks

The script is executed in a transaction. Any exeptions thrown by the script are propagated to the caller of this method.
Version Information

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

Reference