AnalysisInfoLastWeightingMode Property |
Gets or sets the name of the weighting mode that was used for the last fit of the spectrum
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string LastWeightingMode { get; set; }
Public Property LastWeightingMode As String
Get
Set
Dim instance As AnalysisInfo
Dim value As String
value = instance.LastWeightingMode
instance.LastWeightingMode = value
Property Value
StringSee Also