ArcObjects Library Reference (GlobeCore)  

INavigate3DHookHelper.GlobeDisplay Property

Gets GlobeDisplay.

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

Parameters

ppDisplay [out, retval]

  ppDisplay is a parameter of type IGlobeDisplay

Product Availability

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

See Also

INavigate3DHookHelper Interface