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


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

IGlobeLayerInfo.GraphicsLayer Property

The embedded Graphics Layer.

[Visual Basic .NET]
Public ReadOnly Property GraphicsLayer As IGlobeGraphicsLayer
[C#]
public IGlobeGraphicsLayer GraphicsLayer {get;}
[C++]
HRESULT get_GraphicsLayer(
  IGlobeGraphicsLayer** ppGrLayer
);
[C++]
Parameters
ppGrLayer [out, retval]

ppGrLayer is a parameter of type IGlobeGraphicsLayer**

Product Availability

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

See Also

IGlobeLayerInfo Interface