This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterBasemapLayerFactory Interface > IRasterBasemapLayerFactory.Create Method (ArcObjects .NET 10.4 SDK) |
Create a Raster Basemap Layer.
[Visual Basic .NET] Public Function Create ( _ ByVal Layer As IRasterLayer _ ) As IRasterBasemapLayer
[C#] public IRasterBasemapLayer Create ( IRasterLayer Layer );
[C++]
HRESULT Create(
IRasterLayer* Layer,
IRasterBasemapLayer** BasemapLayer
);
[C++]
Parameters Layer [in]
Layer is a parameter of type IRasterLayer BasemapLayer [out, retval]
BasemapLayer is a parameter of type IRasterBasemapLayer