Click or drag to resize

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.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract void ManipulateSpectrum(
	int Index,
	ref ImpedanceSpectrum_Fitted 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