FitFunctionScriptCollectionRemove Method |
Removes the specified script from the collection.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Remove(
FitFunctionScript script
)
Parameters
- script FitFunctionScript
- The script to remove.
See Also