Zooms the overview map to the specified area-of-interest extent.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overloads Overridable Function AOIZoom( _
ByVal mapext As ESRI.ArcGIS.ADF.Web.Geometry.Envelope _
) As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As OverviewMap
Dim mapext As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
Dim value As String
value = instance.AOIZoom(mapext) |
C# | |
---|
protected virtual string AOIZoom(
ESRI.ArcGIS.ADF.Web.Geometry.Envelope mapext
) |
Parameters
- mapext
- The map extent for the area of interest.
Return Value
String with the URL of the new map image.
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