ArcObjects Library Reference (GlobeCore)  

IGlobeDisplay.Globe Property

The globe container.

[Visual Basic .NET]
Public Property Globe As IGlobe
[C#]
public IGlobe Globe {get; set;}
[C++]
HRESULT get_Globe(
  IGlobe** ppGlobe
);
[C++]
HRESULT putref_Globe(
  IGlobe* ppGlobe
);
[C++]

Parameters

ppGlobe [out, retval]

  ppGlobe is a parameter of type IGlobe

ppGlobe [in]

  ppGlobe is a parameter of type IGlobe

Product Availability

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

See Also

IGlobeDisplay Interface