Click or drag to resize

SpectralPreprocessingControllerUpdateDoc(SpectralPreprocessingOptionsBase, Object, Int32) Method

Updates the specified preprocessing document with a changed component.

Namespace: Altaxo.Gui.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static SpectralPreprocessingOptionsBase UpdateDoc(
	SpectralPreprocessingOptionsBase _doc,
	Object model,
	int index
)

Parameters

_doc  SpectralPreprocessingOptionsBase
The source document.
model  Object
The updated component model.
index  Int32
The component index.

Return Value

SpectralPreprocessingOptionsBase
The updated preprocessing document.
See Also