ESRI.ArcGIS.ADF.IMS | |
Extent Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapView Class : Extent Property |
Visual Basic (Declaration) | |
---|---|
Public Overrides Property Extent As Envelope |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override Envelope Extent {get; set;} |
For an example, see
Envelope .
This is the current extent of the map. It can be changed with this property to
set the map extent upon the next drawing. The extent is also set with a variety of
other methods, such as Draw(Envelope) and
Zoom(Envelope).