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


IGlobeControlDefault.GlobeDisplay 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.GlobeDisplay Property
ArcGIS Developer Help

IGlobeControlDefault.GlobeDisplay Property

The GlobeDisplay object associated with the GlobeControl.

[Visual Basic .NET]
Public Property GlobeDisplay As IGlobeDisplay
[C#]
public IGlobeDisplay GlobeDisplay {get; set;}
[C++]
HRESULT get_GlobeDisplay(
void
);
[C++]
HRESULT putref_GlobeDisplay(
);

Product Availability

Available with ArcGIS Engine.

Description

This is a shortcut to the IGlobeViewer::GlobeDisplay property.

[C#]
axGlobeControl2.GlobeDisplay = axGlobeControl1.GlobeDisplay;
[Visual Basic .NET]
AxGlobeControl2.GlobeDisplay = AxGlobeControl1.GlobeDisplay

See Also

IGlobeControlDefault Interface