Click or drag to resize

FitFunctionScriptControllerSetElements Method

Initializes and updates view elements from the current temporary model.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void SetElements(
	bool bInit
)

Parameters

bInit  Boolean
If set to true, the embedded script controller is created.
See Also