NewUserFunctionEhScriptExecution Method |
Executes the function script.
Namespace: Altaxo.Graph.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool EhScriptExecution(
IScriptText script,
IProgressReporter reporter
)
Parameters
- script IScriptText
- The script to execute.
- reporter IProgressReporter
- The progress reporter.
Return Value
Boolean if execution is allowed; otherwise,
.
See Also