ArcObjects Library Reference (Carto)  

IRasterLayer.Raster Property

Layer's Raster object.

[Visual Basic .NET]
Public ReadOnly Property Raster As IRaster
[C#]
public IRaster Raster {get;}
[C++]
HRESULT get_Raster(
  IRaster** Raster
);
[C++]

Parameters

Raster [out, retval]

  Raster is a parameter of type IRaster

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterLayer Interface