FitFunctionScriptCollectionAdd Method |
Adds the specified fit function script.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public FitFunctionScript Add(
FitFunctionScript script
)
Parameters
- script FitFunctionScript
- The script to add.
Return Value
FitFunctionScriptIf 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