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