Click or drag to resize

IPureScriptControllerGetCurrentScriptText Method

Gets the most current script text (if a view is present, it returns the script text of the view).

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
string GetCurrentScriptText()

Return Value

String
The current script text.
See Also