Gets the currently visible extent of the map in the display.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Envelope Extent { get; }
Visual Basic (Declaration)
Public ReadOnly Property Extent As Envelope

Field Value

An Envelope object representing the geographical extent of the visible area in the map display; In 3D display mode the returned envelope is approximated based on the current viewpoint.

See Also