This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapLayer Interface > IBasemapLayer.FindLayerWrapper Method (ArcObjects .NET 10.4 SDK) |
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