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.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract List<WizardOptionBase> GetOptions(
ImpedanceSpectrum InputSpectrum
)
Public MustOverride Function GetOptions (
InputSpectrum As ImpedanceSpectrum
) As List(Of WizardOptionBase)
Dim instance As RelaxISPlugin_Wizard
Dim InputSpectrum As ImpedanceSpectrum
Dim returnValue As List(Of WizardOptionBase)
returnValue = instance.GetOptions(InputSpectrum)
Parameters
- InputSpectrum ImpedanceSpectrum
- The input spectrum that the wizard is being executed on
Return Value
ListWizardOptionBaseA list of WizardOptions of various types displayed in order of appearing in the list.
The order is imported for marker selection options.
See Also