ArcObjects Library Reference (GlobeCore)  

IGlobeViewer.GlobeDisplay Property

The globe display.

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

Parameters

ppGlobeDisplay [out, retval]

  ppGlobeDisplay is a parameter of type IGlobeDisplay

ppGlobeDisplay [in]

  ppGlobeDisplay is a parameter of type IGlobeDisplay

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeViewer Interface