Click or drag to resize

RelaxISPlugin_DataManipulationPerformSetup Method

This method is called once before the the manipulation of the spectra is started. Use this method to perform initializations or for user interaction.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual void PerformSetup(
	IEnumerable<ImpedanceSpectrum_Fitted> Spectra,
	ref bool Cancel
)

Parameters

Spectra  IEnumerableImpedanceSpectrum_Fitted
The list of spectra that were selected by the user and are to be changed
Cancel  Boolean
Set this to True, to stop the execution of the ManipulateSpectrum method.
Remarks
Do not modify the list of spectra in this method. Instead, use the ManipulateSpectrum method to make changes.
See Also