PositionSelectOption(String, String, Int32, PositionSelectOptionPositionSelectType, String, String, String) Constructor |
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.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public PositionSelectOption(
string Name,
string Caption,
int Index,
PositionSelectOptionPositionSelectType Type,
string PlotType,
string TransferFunction,
string NumberDatasource
)
Public Sub New (
Name As String,
Caption As String,
Index As Integer,
Type As PositionSelectOptionPositionSelectType,
PlotType As String,
TransferFunction As String,
NumberDatasource As String
)
Dim Name As String
Dim Caption As String
Dim Index As Integer
Dim Type As PositionSelectOptionPositionSelectType
Dim PlotType As String
Dim TransferFunction As String
Dim NumberDatasource As String
Dim instance As New PositionSelectOption(Name, Caption,
Index, Type, PlotType, TransferFunction,
NumberDatasource)
Parameters
- Name String
- The internal name of this option
- Caption String
- The caption of the created settings page
- Index Int32
- The index of this option in the settings dialog
- Type PositionSelectOptionPositionSelectType
- Defines if horizontal, vertical or free positions can be chosen by the user
- PlotType String
- The internal premade plot type name to display (e.g. "Nyquist")
- TransferFunction String
- The internal name of the transfer function to use (e.g. "Impedance")
- NumberDatasource String
- The internal name of the NumericOption that defines the number of positions to select
See Also