Click or drag to resize

SpectralPreprocessingControllerGetComponents(SpectralPreprocessingOptionsBase) Method

Gets the preprocessing components represented by the specified document.

Namespace: Altaxo.Gui.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<(string Label, Object Doc, Func<IMVCANController> GetController)> GetComponents(
	SpectralPreprocessingOptionsBase _doc
)

Parameters

_doc  SpectralPreprocessingOptionsBase
The preprocessing options document.

Return Value

IEnumerableValueTupleString, Object, FuncIMVCANController
The component descriptors.
See Also