ESRI.ArcGIS.ADF.Web.UI.WebControls
OverviewMapRenderer Constructor
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.RenderingEngine Namespace > OverviewMapRenderer Class : OverviewMapRenderer Constructor




control
The web control whose properties are used to render the backdrop and the control.
controlID
The UniqueID of the control.
pageID
The page id of the control
formID
The name of the html form in which the control resides
dragBoxColor
The drag box color.
dragLineWidth
The drag line width.
browserName
The browser name.
toolTip
The tool tip
clientScriptsLocation
The client scripts location.
enableClientPostBack
Whether to allow client postback
imageUrl
The image to display in control
aoiLocation
The location of the Area of Interest of the buddied map on the overview map control.
buddiedMap
The map that this overview is buddied to.
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal control As CartoDisplay, _
   ByVal controlID As String, _
   ByVal pageID As String, _
   ByVal formID As String, _
   ByVal dragBoxColor As Color, _
   ByVal dragLineWidth As Integer, _
   ByVal browserName As BrowserName, _
   ByVal toolTip As String, _
   ByVal clientScriptsLocation As String, _
   ByVal enableClientPostBack As Boolean, _
   ByVal imageUrl As String, _
   ByVal aoiLocation As Rectangle, _
   ByVal buddiedMap As String _
)
Visual Basic (Usage)Copy Code
Dim control As CartoDisplay
Dim controlID As String
Dim pageID As String
Dim formID As String
Dim dragBoxColor As Color
Dim dragLineWidth As Integer
Dim browserName As BrowserName
Dim toolTip As String
Dim clientScriptsLocation As String
Dim enableClientPostBack As Boolean
Dim imageUrl As String
Dim aoiLocation As Rectangle
Dim buddiedMap As String
 
Dim instance As OverviewMapRenderer(control, controlID, pageID, formID, dragBoxColor, dragLineWidth, browserName, toolTip, clientScriptsLocation, enableClientPostBack, imageUrl, aoiLocation, buddiedMap)
C# 
public OverviewMapRenderer( 
   CartoDisplay control,
   string controlID,
   string pageID,
   string formID,
   Color dragBoxColor,
   int dragLineWidth,
   BrowserName browserName,
   string toolTip,
   string clientScriptsLocation,
   bool enableClientPostBack,
   string imageUrl,
   Rectangle aoiLocation,
   string buddiedMap
)

Parameters

control
The web control whose properties are used to render the backdrop and the control.
controlID
The UniqueID of the control.
pageID
The page id of the control
formID
The name of the html form in which the control resides
dragBoxColor
The drag box color.
dragLineWidth
The drag line width.
browserName
The browser name.
toolTip
The tool tip
clientScriptsLocation
The client scripts location.
enableClientPostBack
Whether to allow client postback
imageUrl
The image to display in control
aoiLocation
The location of the Area of Interest of the buddied map on the overview map control.
buddiedMap
The map that this overview is buddied to.

See Also

© 2010 All Rights Reserved.