Click or drag to resize

RelaxISPlugin_DataManipulation2ManipulateSpectraAsync Method

Called when the plugin should perform its manipulations.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract Task ManipulateSpectraAsync(
	IList<ImpedanceSpectrum> spectra,
	ExecutionMode mode,
	IWin32Window parent,
	CancellationToken cancellation
)

Parameters

spectra  IListImpedanceSpectrum
The spectra to manipulate.
mode  ExecutionMode
Defines how RelaxIS is using the plugin.
parent  IWin32Window
The parent form to use.
cancellation  CancellationToken
A cancellation token that signal that the user interrupted the action.

Return Value

Task
See Also