This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties Interface > IGlobeHeightProperties.BaseLayer Property (ArcObjects .NET 10.4 SDK) |
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