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