AnalysisInfoLastTransferFunction Property |
Gets or sets the name of the transfer function 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 LastTransferFunction { get; set; }
Public Property LastTransferFunction As String
Get
Set
Dim instance As AnalysisInfo
Dim value As String
value = instance.LastTransferFunction
instance.LastTransferFunction = value
Property Value
StringSee Also