This document is archived and information here might be outdated. Recommended version. |
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*