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


IGlobeLayerInfo.GraphicsLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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