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


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

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