IRelaxISWCFLinkGetCurrentProjectSpectra Method |
Gets a list of all spectra in the currently active project.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
SyntaxList<ImpedanceSpectrum> GetCurrentProjectSpectra()
Function GetCurrentProjectSpectra As List(Of ImpedanceSpectrum)
Dim instance As IRelaxISWCFLink
Dim returnValue As List(Of ImpedanceSpectrum)
returnValue = instance.GetCurrentProjectSpectra()
Return Value
ListImpedanceSpectrumThe list of spectra, or null if no project is active.
Remarks
A project folder (i.e. an EIS3 file) can contain multiple projects. This function only returns the spectra in the currently selected project.
See Also