ESRI.ArcGIS.ADF.Web.UI.WebControls
Extent Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class : Extent Property




The current extent of the overview map. Updated dynamically as the main map changes if StaticMode is False.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The current extent of the map image used to display the area of interest.")>
<ResCategoryAttribute("Extent")>
<BrowsableAttribute(False)>
Public Property Extent As Envelope
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
Dim value As Envelope
 
instance.Extent = value
 
value = instance.Extent
C# 
[ResDescriptionAttribute("The current extent of the map image used to display the area of interest.")]
[ResCategoryAttribute("Extent")]
[BrowsableAttribute(false)]
public Envelope Extent {get; set;}

Return Value

Envelope for the current overview map extent.

See Also

© 2010 All Rights Reserved.