RelaxISPlugin_DataManipulationManipulateSpectrum Method |
This method is called for each selected spectrum. You can change the contents of the Spectrum object to your liking.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract void ManipulateSpectrum(
int Index,
ref ImpedanceSpectrum_Fitted Spectrum
)
Public MustOverride Sub ManipulateSpectrum (
Index As Integer,
ByRef Spectrum As ImpedanceSpectrum_Fitted
)
Dim instance As RelaxISPlugin_DataManipulation
Dim Index As Integer
Dim Spectrum As ImpedanceSpectrum_Fitted
instance.ManipulateSpectrum(Index, Spectrum)
Parameters
- Index Int32
- The 0-based index of the spectrum the manipulation is executed on in the list of spectra selected by the user.
- Spectrum ImpedanceSpectrum_Fitted
- The spectrum that is to be changed.
See Also