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


IGlobeDisplayLayers.BaseLayers Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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