ArcObjects Library Reference (Carto)  

IRasterBasemapLayer.RasterLayer Property

The Raster Layer in the Basemap Layer.

[Visual Basic .NET]
Public ReadOnly Property RasterLayer As IRasterLayer
[C#]
public IRasterLayer RasterLayer {get;}
[C++]
HRESULT get_RasterLayer(
  IRasterLayer** Layer
);
[C++]

Parameters

Layer [out, retval]

  Layer is a parameter of type IRasterLayer

Product Availability

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

See Also

IRasterBasemapLayer Interface