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

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

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

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.
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.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference