RelaxISPlugin_DataManipulationDoesChangeData Property |
If this property returns false, the "Fit up-to-date" status of the selected spectra is not set to false, because it is indicated that no data of the spectrum is changed
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool DoesChangeData { get; }
Public Overridable ReadOnly Property DoesChangeData As Boolean
Get
Dim instance As RelaxISPlugin_DataManipulation
Dim value As Boolean
value = instance.DoesChangeData
Return Value
BooleanReturns true by default
See Also