SpectroscopyCommandsTryGetDataProxyForSpectralPreprocessing Method |
Attempts to create a proxy for spectral preprocessing from the currently selected columns.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
BooleanTrue if the proxy was created; otherwise false.
See Also