ArcObjects Library Reference (PublisherControls)  

IARGlobe Interface

Provides access to members that control the ARGlobe.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The IARGlobe interface is a starting point for navigating around the globe, setting globe properties, and accessing any layer's contained within the globe.

Members

Description
Read-only property AnimationCount The number of animations in the globes's animation collection.
Read-only property AnimationName The name of the animation.
Read-only property ARLayer The layer at the specified index.
Read-only property ARLayerCount The number of layers in the globe's layer collection.
Read/write property Azimuth The azimuth of the observer in degrees.
Read-only property BookmarkCount The number of bookmarks in the globe’s bookmark collection.
Read-only property BookmarkName The name of the bookmark.
Method CenterAt Moves the observer over the specified point.
Method CenterAtBookmark Zooms the globe display to the bookmark.
Read/write property Elevation The distance between observer location and globe’s surface.
Method GetObserverLocation Gets the current observer location.
Method GetSurfacePoint Converts a point in device coordinates (typically pixels) to coordinates in latitude and longitude.
Read-only property GlobeUnits The geographical units of the globe.
Method LocateARFeature Searches the globe along a ray trace, returns the first feature in the ray.
Read/write property Pitch The pitch of the observer in degrees.
Method PlayAnimation Plays an animation.
Method QueryARFeatures Searches the globe using a search definition and returns an ARFeatureSet.
Method SearchARFeatures Searches the globe using a search definition and returns an ARFeatureCursor.
Method SetObserverLocation Sets the current observer location.
Read-only property SpatialReferenceName The name of the globe’s spatial reference.
Method ZoomToBookmark Zooms the globe display to the bookmark.
Method ZoomToFullExtent Zoom to the full extent of the globe.

CoClasses that implement IARGlobe

CoClasses and Classes Description
ARGlobe The ARGlobe container for the display of globe data.

.NET Samples

ArcReaderGlobeControl document properties (Code Files: DocumentProperties)