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


IBasemapLayer.FindLayerWrapper 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.FindLayerWrapper Method
ArcGIS Developer Help

IBasemapLayer.FindLayerWrapper Method

Gets the wrapper for a layer. Returns NULL if no BasemapSubLayer is found.

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

pLayer is a parameter of type ILayer*

Product Availability

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

See Also

IBasemapLayer Interface