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


IBasemapLayer.GetLayerWrapper Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapLayer Interface > IBasemapLayer.GetLayerWrapper Method
ArcGIS Developer Help

IBasemapLayer.GetLayerWrapper Method

Gets the wrapper for a layer. Creates a new BasemapSubLayer if necessary.

[Visual Basic .NET]
Public Function GetLayerWrapper ( _
    ByVal Layer As ILayer _
) As IBasemapSubLayer
[C#]
public IBasemapSubLayer GetLayerWrapper (
    ILayer Layer
);
[C++]
HRESULT GetLayerWrapper(
  ILayer* Layer
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type ILayer*

Product Availability

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

See Also

IBasemapLayer Interface