SpectraSelectionMethod Enumeration |
Defines how spectra should be selected by the user.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public enum SpectraSelectionMethod
Public Enumeration SpectraSelectionMethod
Dim instance As SpectraSelectionMethod
Members Member name | Value | Description |
---|
RelaxISDefault | 0 |
Use the default method in RelaxIS.
|
CurrentlySelected | 1 |
Use the currently selected spectra.
|
FromSelectionDialog | 2 |
Always use the spectra selection dialog.
|
See Also