ESRI.ArcGIS.ADF.Web
UIParameter Constructor(Boolean,String,String,String,String,String[])
See Also 
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
Constructor

Syntax

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)Copy Code
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 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

See Also

© 2010 All Rights Reserved.