Control to zoom or pan to a particular location on map
Object Model
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 |
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