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


IRasterBasemapLayer.MosaicLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterBasemapLayer Interface > IRasterBasemapLayer.MosaicLayer Property
ArcGIS Developer Help

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