Click or drag to resize

FitFunctionSelectionControllerEditItemOrItemCopy Method

Edits the selected item or a copy of it.

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EditItemOrItemCopy(
	Object parameter,
	bool editItemCopy
)

Parameters

parameter  Object
The selected item parameter.
editItemCopy  Boolean
to edit a copy of the selected item; otherwise, edit the item itself.
See Also