ImpedanceSpectrumSourceFilename Property |
Gets or sets the source path and filename, if the spectrum was loaded from a physical file.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string SourceFilename { get; set; }
Public Property SourceFilename As String
Get
Set
Dim instance As ImpedanceSpectrum
Dim value As String
value = instance.SourceFilename
instance.SourceFilename = value
Property Value
StringRemarks
While the
Datasource field may be formatted differently, this always contains the full path.
If the spectrum wasn't loaded from a file, this property is empty.
See Also