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




Control to zoom or pan to a particular location on map

Object Model



Syntax

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

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.GoToLocation

See Also

© 2010 All Rights Reserved.