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


IARGlobeControl.ARGlobe Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.ARGlobe Property
ArcGIS Developer Help

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