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


IBasemapLayer.FindLayerWrapper Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  IBasemapSubLayer** ppLayerWrapper
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer ppLayerWrapper [out, retval]
ppLayerWrapper is a parameter of type IBasemapSubLayer

Product Availability

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

See Also

IBasemapLayer Interface