Click or drag to resize

IScriptControllerSetText Method

Sets the script text in the view.

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

Parameters

text  String
The script text.
See Also