Returns the coordinate system defined for 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 CoordinateSystem CoordinateSystem { get; }
Visual Basic (Declaration)
Public ReadOnly Property CoordinateSystem As CoordinateSystem

Field Value

The CoordinateSystem which defines the framework for geographical data coordinates stored in the Raster.

See Also