Gets the Raster that is referenced by the RasterLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

A Raster object that is referenced by the RasterLayer.

See Also