Click or drag to resize

PositionSelectOption Properties

The PositionSelectOption type exposes the following members.

Properties
 NameDescription
Public propertyCaption The caption that is mainly used to display the option in the Wizard's settings page.
(Inherited from WizardOptionBase)
Public propertyDimensions The size of this option's display control in the Wizard dialog.
(Inherited from WizardOptionBase)
Public propertyDisplayIndex The position of this option in the settings list of the Wizard dialog.
(Inherited from WizardOptionBase)
Public propertyName The internal name of the option that can be used to refer to this option in the results.
(Inherited from WizardOptionBase)
Public propertyNumberDatasource The name of the NumericOption to get the number of positions from
Public propertyNumberofPositions The number of positions the user has to select
Public propertyPlotType The internal name of the plot premade to display to the user
Public propertySortIndex The internal SortIndex used by the IOrdered interface.
(Inherited from WizardOptionBase)
Public propertyTooltip The tooltip display for this option.
(Inherited from WizardOptionBase)
Public propertyTransferFunction The internal name of the transfer function used to create the plot data
Public propertyTransferFunctionDatasource The name of either a TextOption or of a MultipleChoiceOptions to get the name of the transfer function from
Public propertyType Defines what type of markers to display to the user to select the positions
Top
See Also