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




The current extent set on the Map control.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The current extent set on the Map control.")>
<BrowsableAttribute(False)>
<ResCategoryAttribute("Behavior")>
<BindableAttribute(False)>
Public Property Extent As Envelope
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As Envelope
 
instance.Extent = value
 
value = instance.Extent
C# 
[ResDescriptionAttribute("The current extent set on the Map control.")]
[BrowsableAttribute(false)]
[ResCategoryAttribute("Behavior")]
[BindableAttribute(false)]
public Envelope Extent {get; set;}

See Also

© 2010 All Rights Reserved.