This document is archived and information here might be outdated.  Recommended version.


IRasterBasemapLayer.RasterLayer Property (ArcObjects .NET 10.4 SDK)
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