This document is archived and information here might be outdated. Recommended version. |
The base layer.
[Visual Basic .NET] Public Property BaseLayer As ILayer
[C#] public ILayer BaseLayer {get; set;}
[C++]
HRESULT get_BaseLayer(
ILayer** ppBase
);
[C++]
HRESULT putref_BaseLayer(
ILayer* ppBase
);
[C++] Parameters ppBase [out, retval]
ppBase is a parameter of type ILayer** ppBase [in]
ppBase is a parameter of type ILayer*