Click or drag to resize

AbstractScriptCloneForModification Method

Clones the script so that the text can be modified.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual IScriptText CloneForModification()

Return Value

IScriptText
A writable clone of the script.

Implements

IScriptTextCloneForModification
See Also