Click or drag to resize

ProgramInstanceScript(ProgramInstanceScript, Boolean) Constructor

Creates a script as a copy from another script with the option for modifying the txt.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ProgramInstanceScript(
	ProgramInstanceScript b,
	bool forModification
)

Parameters

b  ProgramInstanceScript
The script to copy from.
forModification  Boolean
If true, the new script text can be modified.
See Also