Click or drag to resize

PeakSearchingAndFittingOptionsControllerUpdateDoc Method

Updates the underlying document after a component controller has applied its changes.

Namespace: Altaxo.Gui.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void UpdateDoc(
	Object model,
	int index
)

Parameters

model  Object
Model object of the component controller.
index  Int32
Index of the component in the pipeline.
See Also