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


IRasterBasemapLayer.MosaicLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterBasemapLayer.MosaicLayer Property

The mosaic layer that contains the raster layer in the basemap layer.

[Visual Basic .NET]
Public ReadOnly Property MosaicLayer As IMosaicLayer
[C#]
public IMosaicLayer MosaicLayer {get;}
[C++]
HRESULT get_MosaicLayer(
  IMosaicLayer** Layer
);
[C++]

Parameters Layer [out, retval]
Layer is a parameter of type IMosaicLayer

Product Availability

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

See Also

IRasterBasemapLayer Interface