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


IGlobeControlDefault.Globe Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.Globe Property
ArcGIS Developer Help

IGlobeControlDefault.Globe Property

The Globe object associated with the GlobeControl.

[Visual Basic .NET]
Public ReadOnly Property Globe As IGlobe
[C#]
public IGlobe Globe {get;}
[C++]
HRESULT get_Globe(
void
);

Product Availability

Available with ArcGIS Engine.

Description

This is a shortcut to the IGlobeDisplay::Globe property.

See Also

IGlobeControlDefault Interface