EISRawDataSplitOnDuplicateFrequencies Property |
Gets or sets a value indicating whether duplicate frequencies in the list cause a split to a new spectrum.
Namespace: RelaxIS_SDK.Common.FileFormatAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool SplitOnDuplicateFrequencies { get; set; }
Public Property SplitOnDuplicateFrequencies As Boolean
Get
Set
Dim instance As EISRawData
Dim value As Boolean
value = instance.SplitOnDuplicateFrequencies
instance.SplitOnDuplicateFrequencies = value
Property Value
BooleanSee Also