Click or drag to resize

AbstractScriptCopyFrom Method

Copies the content of a script to here.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyFrom(
	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