This document is archived and information here might be outdated.  Recommended version.


IGlobeDisplayLayers.BaseLayers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.BaseLayers Property
ArcGIS Developer Help

IGlobeDisplayLayers.BaseLayers Property

The internal layers created to support base surfaces for floating layers.

[Visual Basic .NET]
Public ReadOnly Property BaseLayers As IArray
[C#]
public IArray BaseLayers {get;}
[C++]
HRESULT get_BaseLayers(
  IArray** ppBaseLayers
);
[C++]
Parameters
ppBaseLayers [out, retval]

ppBaseLayers is a parameter of type IArray**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplayLayers Interface