Click or drag to resize

AbstractScript(AbstractScript, Boolean) Constructor

Creates a column 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 AbstractScript(
	AbstractScript from,
	bool forModification
)

Parameters

from  AbstractScript
The script to copy from.
forModification  Boolean
If false, the script incl. compiled assembly is copied. If true, the compiled assembly is not copied, so that the script text can be modified.
See Also