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




Returns the full extent of the overview map.

Syntax

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

Return Value

ESRI.ArcGIS.ADF.Web.Geometry.Envelope for the full extent of the overview map.

Remarks

This envelope will be the extent of all layers in the map service used for the overview map, as defined in the OverviewMapResource.

See Also

© 2010 All Rights Reserved.