ImpedanceSpectrumGUID Property |
Gets a GUID that identifies this spectrum.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string GUID { get; set; }
Public Property GUID As String
Get
Set
Dim instance As ImpedanceSpectrum
Dim value As String
value = instance.GUID
instance.GUID = value
Property Value
StringRemarks
The GUID typically should not be changed since it is used to identify
RelaxIS source spectra that the SDK spectrum was created from.
For example, DataManipulation2 plugins use it to syncronize the spectra
list after the manipulation operation completes.
See Also