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


IRasterBasemapLayerFactory.CreateFromMosaicLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterBasemapLayerFactory Interface > IRasterBasemapLayerFactory.CreateFromMosaicLayer Method
ArcGIS Developer Help

IRasterBasemapLayerFactory.CreateFromMosaicLayer Method

Create a Raster Basemap Layer.

[Visual Basic .NET]
Public Function CreateFromMosaicLayer ( _
    ByVal Layer As IMosaicLayer _
) As IRasterBasemapLayer
[C#]
public IRasterBasemapLayer CreateFromMosaicLayer (
    IMosaicLayer Layer
);
[C++]
HRESULT CreateFromMosaicLayer(
  IMosaicLayer* Layer
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type IMosaicLayer*

Product Availability

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

See Also

IRasterBasemapLayerFactory Interface