FitFunctionSelectionControllerEditItemOrItemCopy Method |
Edits the selected item or a copy of it.
Namespace: Altaxo.Gui.Analysis.NonLinearFittingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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