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




The current map extent displayed in the Magnifier window.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Extent used to perform magnification")>
<ResCategoryAttribute("Extent")>
<BrowsableAttribute(False)>
Public Property Extent As Envelope
Visual Basic (Usage)Copy Code
Dim instance As Magnifier
Dim value As Envelope
 
instance.Extent = value
 
value = instance.Extent
C# 
[ResDescriptionAttribute("Extent used to perform magnification")]
[ResCategoryAttribute("Extent")]
[BrowsableAttribute(false)]
public Envelope Extent {get; set;}

Return Value

An ESRI.ArcGIS.ADF.Web.Geometry.Envelope that defines the Magnifier extent.

Remarks

As the user drags and releases the Magnifier over the Map, the extent of the Magnifier window is updated to a new Envelope.

See Also

© 2010 All Rights Reserved.