![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
UIParameter Constructor(Boolean,String,String,String,String,String[]) | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web Namespace > UIParameter Class > UIParameter Constructor : UIParameter Constructor(Boolean,String,String,String,String,String[]) |
- used
- Whether the parameter is used
- label
- The label for the parameter
- help
- The help for the parameter
- defaultValue
- The default value for the parameter
- width
- The width of the text/list box created for this parameter
- choices
- The choices of values for this parameter
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal used As Boolean, _ ByVal label As String, _ ByVal help As String, _ ByVal defaultValue As String, _ ByVal width As String, _ ByVal choices() As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim used As Boolean Dim label As String Dim help As String Dim defaultValue As String Dim width As String Dim choices() As String Dim instance As New UIParameter(used, label, help, defaultValue, width, choices) |
C# | |
---|---|
public UIParameter( bool used, string label, string help, string defaultValue, string width, string[] choices ) |
Parameters
- used
- Whether the parameter is used
- label
- The label for the parameter
- help
- The help for the parameter
- defaultValue
- The default value for the parameter
- width
- The width of the text/list box created for this parameter
- choices
- The choices of values for this parameter
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family