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


ITrackingDisplay.GlobeDisplay Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingDisplay.GlobeDisplay Property

The Globe display object associated with a Globe Control or ArcGlobe.

[Visual Basic .NET]
Public ReadOnly Property GlobeDisplay As IViewers3D
[C#]
public IViewers3D GlobeDisplay {get;}
[C++]
HRESULT get_GlobeDisplay(
  IViewers3D** ppiGlobeDisplay
);
[C++]

Parameters ppiGlobeDisplay [out, retval]
ppiGlobeDisplay is a parameter of type IViewers3D

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingDisplay Interface