Click or drag to resize

IRelaxISProgramInterfaceApplySpectra Method

Apply a list of spectra back to RelaxIS.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
void ApplySpectra(
	IList<ImpedanceSpectrum> spectra,
	IList<string> guidsToDelete
)

Parameters

spectra  IListImpedanceSpectrum
The spectra to apply.
guidsToDelete  IListString
The spectra to delete, identified by their guids.
Remarks
Typically used in combination with the SelectSpectra(SpectraSelectionMethod) method to change spectrum data. Existing spectra are changed, new spectra are added to the current project and spectra in the guidsToDelete list are removed.
See Also