Click or drag to resize

SpectroscopyCommandsTryGetDataProxyForSpectralPreprocessing Method

Attempts to create a proxy for spectral preprocessing from the currently selected columns.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool TryGetDataProxyForSpectralPreprocessing(
	WorksheetController ctrl,
	out ListOfXAndYColumn?? proxy
)

Parameters

ctrl  WorksheetController
Worksheet controller providing selection and table context.
proxy  ListOfXAndYColumn
On success, the constructed proxy; otherwise null.

Return Value

Boolean
True if the proxy was created; otherwise false.
See Also