ImpedanceSpectrumSubfolder Property |
Gets or sets a subfolder that the spectrum is part of.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Subfolder { get; set; }
Public Property Subfolder As String
Get
Set
Dim instance As ImpedanceSpectrum
Dim value As String
value = instance.Subfolder
instance.Subfolder = value
Property Value
StringRemarks Currently unused.
See Also