![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
OverviewMapRenderer Constructor | |
See Also Send Feedback |
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.
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 ESRI.ArcGIS.ADF.Web.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) | ![]() |
---|---|
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 ESRI.ArcGIS.ADF.Web.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 New 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, ESRI.ArcGIS.ADF.Web.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.
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