Click or drag to resize

IScriptTextCopyFrom 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#
void CopyFrom(
	IScriptText script,
	bool forModification
)

Parameters

script  IScriptText
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