ESRI.ArcGIS.ADF.Web.UI.WebControls
GoToLocation Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : GoToLocation Class




Control to zoom or pan to a particular location on map

Object Model

GoToLocation Class

Syntax

Visual Basic (Declaration) 
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.GoToLocation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.GoToLocation.js")>
<ToolboxBitmapAttribute()>
<ToolboxDataAttribute("<{0}:GoToLocation runat="server" Height="75px" Width="381px" EnableUpdates="False" ZoomFactor="0.5" XLabel="X:" YLabel="Y:" SignificantDigits="3"> </{0}:GoToLocation>")>
Public Class GoToLocation 
   Inherits WebControl
   Implements IBuddyControlSupport 
Visual Basic (Usage)Copy Code
Dim instance As GoToLocation
C# 
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.GoToLocation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.GoToLocation.js")]
[ToolboxBitmapAttribute()]
[ToolboxDataAttribute("<{0}:GoToLocation runat="server" Height="75px" Width="381px" EnableUpdates="False" ZoomFactor="0.5" XLabel="X:" YLabel="Y:" SignificantDigits="3"> </{0}:GoToLocation>")]
public class GoToLocation : WebControl, IBuddyControlSupport  

Requirements

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

See Also

© 2011 All Rights Reserved.