Click or drag to resize

RelaxISPlugin_WizardGetOptions Method

Get a list of wizard options to be set by the user, that are displayed in the wizard dialog before the RetrieveFitSetup method is called

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract List<WizardOptionBase> GetOptions(
	ImpedanceSpectrum InputSpectrum
)

Parameters

InputSpectrum  ImpedanceSpectrum
The input spectrum that the wizard is being executed on

Return Value

ListWizardOptionBase
A list of WizardOptions of various types displayed in order of appearing in the list. The order is imported for marker selection options.
See Also