Click or drag to resize

IFitFunctionServiceSaveUserDefinedFitFunction Method

Saves a user defined fit function in the user's application directory. The user is prompted by a message box if the function already exists.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool SaveUserDefinedFitFunction(
	FitFunctionScript doc
)

Parameters

doc  FitFunctionScript
The fit function script to save.

Return Value

Boolean
True if the function is saved, otherwise (error or user action) returns false.
See Also