ESRI.ArcGIS.ADF.Web.UI.WebControls
AOIZoom(Envelope) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class > AOIZoom Method : AOIZoom(Envelope) Method




mapext
The map extent for the area of interest.
Zooms the overview map to the specified area-of-interest extent.

Syntax

Visual Basic (Declaration) 
Protected Overloads Overridable Function AOIZoom( _
   ByVal mapext As Envelope _
) As String
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
Dim mapext As Envelope
Dim value As String
 
value = instance.AOIZoom(mapext)
C# 
protected virtual string AOIZoom( 
   Envelope mapext
)

Parameters

mapext
The map extent for the area of interest.

Return Value

String with the URL of the new map image.

See Also

© 2010 All Rights Reserved.