Click or drag to resize

IScriptCompilerResultScriptText Method

Get the script text with index i (i ranges from 0 to ScriptTextCount-1).

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string ScriptText(
	int i
)

Parameters

i  Int32
The index of the script text.

Return Value

String
The script text with index i.
See Also