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