IRelaxISProgramInterfaceSelectSpectra Method |
Select spectra from RelaxIS using the given method.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax IList<ImpedanceSpectrum> SelectSpectra(
SpectraSelectionMethod method
)
Function SelectSpectra (
method As SpectraSelectionMethod
) As IList(Of ImpedanceSpectrum)
Dim instance As IRelaxISProgramInterface
Dim method As SpectraSelectionMethod
Dim returnValue As IList(Of ImpedanceSpectrum)
returnValue = instance.SelectSpectra(method)
Parameters
- method SpectraSelectionMethod
- The method to use.
Return Value
IListImpedanceSpectrumThe spectra that the user selected/
See Also