Click or drag to resize

ImpedanceSpectrumGUID Property

Gets a GUID that identifies this spectrum.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public string GUID { get; set; }

Property Value

String
Remarks
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