Executes the specified script.
Namespace: Spotfire.Dxp.Application.ScriptingAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
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
Exception | Condition |
---|---|
System ArgumentException | if the specified script is null. |
System ArgumentException | if the specified scriptArguments is null. |
System NotSupportedException | if script support is not available in the current distribution. |
Version Information
See Also