Position |
The PositionSelectOption type exposes the following members.
Name | Description | |
---|---|---|
PositionSelectOption(String, String, Int32) | Initializes a new object of type PositionSelectOption with the given name, caption and sorting index. | |
PositionSelectOption(String, String, Int32, PositionSelectOptionPositionSelectType, String, String, Int32) | Initializes a new object of type PositionSelectOption with the given name, caption, sorting index, options and a fixed number of positions to select. | |
PositionSelectOption(String, String, Int32, PositionSelectOptionPositionSelectType, String, String, String) | Initializes a new object of type PositionSelectOption with the given name, caption, sorting index, options and a datasource for the number of positions to select. |
Name | Description | |
---|---|---|
Caption |
The caption that is mainly used to display the option in the Wizard's settings page.
(Inherited from WizardOptionBase) | |
Dimensions |
The size of this option's display control in the Wizard dialog.
(Inherited from WizardOptionBase) | |
DisplayIndex |
The position of this option in the settings list of the Wizard dialog.
(Inherited from WizardOptionBase) | |
Name |
The internal name of the option that can be used to refer to this option in the results.
(Inherited from WizardOptionBase) | |
NumberDatasource | The name of the NumericOption to get the number of positions from | |
NumberofPositions | The number of positions the user has to select | |
PlotType | The internal name of the plot premade to display to the user | |
SortIndex |
The internal SortIndex used by the IOrdered interface.
(Inherited from WizardOptionBase) | |
Tooltip |
The tooltip display for this option.
(Inherited from WizardOptionBase) | |
TransferFunction | The internal name of the transfer function used to create the plot data | |
TransferFunctionDatasource | The name of either a TextOption or of a MultipleChoiceOptions to get the name of the transfer function from | |
Type | Defines what type of markers to display to the user to select the positions |
Name | Description | |
---|---|---|
ToCheckboxOption |
Helper function to get a CheckboxOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) | |
ToMultipleChoiceOption |
Helper function to get a MultipleChoiceOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) | |
ToNumericOption |
Helper function to get a NumericOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) | |
ToPositionSelectOption |
Helper function to get a PositionSelectOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) | |
ToSubOptionOption |
Helper function to get a SubOptionOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) | |
ToTextOption |
Helper function to get a TextOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) |