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.