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


IGlobe Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobe Interface

Provides access to members that control the globe. Note: the IGlobe interface has been superseded byIGlobe2. Please consider using the more recent version.

Product Availability

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

Members

Description
Method AddLayerType Add layer to globe as specified type.
Read/write property DefaultGlobeBackgroundOption The default background option.
Method GetDefaultBackgTransitionDistances The altitude values in kilometers for the transition in the background color.
Method GetDefaultHighBackgroundColor The default high altitude background color.
Method GetDefaultLowBackgroundColor The default low altitude background color.
Read-only property GlobeDisplay The globe display.
Read-only property GlobeLayers The globe layers by UID and internal grouping.
Read/write property GlobeUnits The linear units used in the globe.
Method SetDefaultBackgTransitionDistances The altitude values in kilometers for the transition in the background color.
Method SetDefaultHighBackgroundColor The default high altitude background color.
Method SetDefaultLowBackgroundColor The default low altitude background color.
Read/write property ShowGlobeTips Show globe tips.

CoClasses that implement IGlobe

CoClasses and Classes Description
Globe A container for the display and manipulation of data in the Globe.

.NET Snippets

Create Animation from Keyframes | Create Animation by Interpolating Between Two Keyframes | Add KML Data to Globe | Create Animation QuickTime | Toggle Between Surface and Global Navigation Mode | Add Globe Layer by Type | Get Globe from Application | Add Vector Data to Globe | Create Animation from View | Create Animation from Path | Create Animation AVI | Zoom to Globe Layer | Draw Globe Layers in Correct Order | Set Group Layer Cache | Zoom to Selected Globe Features | Zoom to 3D Bookmark | Add Graphics Layer to Globe | Get BasicMap from Globe | Create Group Layer Animation

.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 TableOfContents) | Create camera flyby from path (Code Files: frmCameraPath) | Animation in the GlobeControl (Code Files: Animation)

.NET Related Topics

Adding data to globe | Animation | GlobeCore