RelaxISPlugin_DataManipulationActivateNewSpectra Property |
Gets a value indicating whether newly added spectra should be activated after the plugin was executed.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool ActivateNewSpectra { get; }
Public Overridable ReadOnly Property ActivateNewSpectra As Boolean
Get
Dim instance As RelaxISPlugin_DataManipulation
Dim value As Boolean
value = instance.ActivateNewSpectra
Return Value
BooleanA value indicating whether newly added spectra should be activated after the plugin was executed.
Remarks This property value is set to true per default.
See Also