Click or drag to resize

IScriptTextCloneForModification 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#
IScriptText CloneForModification()

Return Value

IScriptText
A writable clone of the script.
See Also