RelaxISPlugin_DataManipulationAlwaysUseSelectedSpectra Property |
If false, the spectra selection dialog will be shown when the plugin is called, if true, the selection dialog will be skipped and the currently selected spectra will be used.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool AlwaysUseSelectedSpectra { get; }
Public Overridable ReadOnly Property AlwaysUseSelectedSpectra As Boolean
Get
Dim instance As RelaxISPlugin_DataManipulation
Dim value As Boolean
value = instance.AlwaysUseSelectedSpectra
Return Value
BooleanTrue if the selected spectra should be used, false if the selection dialog should be shown.
See Also