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


IARGlobeControl.ARGlobe Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.ARGlobe Property

The ARGlobe container for the display of globe data.

[Visual Basic .NET]
Public ReadOnly Property ARGlobe As ARGlobe
[C#]
public ARGlobe ARGlobe {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the ARGlobe.  The ARGlobe represents the globe contained within the Published Map document.  A document can contain only one ARGlobe.

See Also

IARGlobeControl Interface