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


ITrackingDisplay.GlobeDisplay Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingDisplay Interface > ITrackingDisplay.GlobeDisplay Property
ArcGIS Developer Help

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