Click or drag to resize

FitFunctionScriptCollectionAdd Method

Adds the specified fit function script.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FitFunctionScript Add(
	FitFunctionScript script
)

Parameters

script  FitFunctionScript
The script to add.

Return Value

FitFunctionScript
If this script is new (there is no existing script with the same properties ScriptText, Category and Name), the newly added script is returned. Otherwise, the existing script with the same properties is returned.
See Also