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,
IRasterBasemapLayer** BasemapLayer
);
[C++]Parameters
Layer [in]Layer is a parameter of type IMosaicLayer
BasemapLayer [out, retval]BasemapLayer is a parameter of type IRasterBasemapLayer
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.