Click or drag to resize

NewUserFunctionEhScriptExecution Method

Executes the function script.

Namespace: Altaxo.Graph.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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