Click or drag to resize

ProcessSourceTablesScript(ProcessSourceTablesScript) Constructor

Creates an script as a copy from another script.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ProcessSourceTablesScript(
	ProcessSourceTablesScript b
)

Parameters

b  ProcessSourceTablesScript
The script to copy from.
See Also