ArcObjects Library Reference (GlobeCore)  

IGlobe.GlobeDisplay Property

The globe display.

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

Parameters

ppDisplay [out, retval]

  ppDisplay is a parameter of type IGlobeDisplay

Product Availability

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

See Also

IGlobe Interface

.NET Snippets

Set Group Layer Cache | Create Animation from Keyframes | Create Animation from Path | Zoom to 3D Bookmark | Create Animation by Interpolating Between Two Keyframes | Toggle Between Surface and Global Navigation Mode | Add Vector Data to Globe | Draw Globe Layers in Correct Order | Zoom to Globe Layer

.NET Samples

Visualizing the camera path while animating (Code Files: VisualizeCameraPath) | Globe Fly tool (Code Files: Fly) | Set sun position tool (Code Files: SunPositionTool) | Multiple globe viewers (Code Files: MultipleGlobeViewers) | Creating a toolbar of globe tools (Code Files: GeographicCoordinates) | Create camera flyby from path (Code Files: frmCameraPath) | Animation in the GlobeControl (Code Files: Animation)

.NET Related Topics

Animation | GlobeCore