Returns an Envelope representing the maximum extent of data which has been stored in the Raster.

Namespace:  ESRI.ArcGISExplorer.Data

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

The Envelope representing the bounding box around the spatial data stored in the Raster.

See Also