ArcObjects Library Reference  (GlobeCore)    

IGlobeDisplay.Globe Property

The globe container.

[Visual Basic 6.0]
Property Globe As IGlobe
[Visual Basic .NET]
Public Property Globe As IGlobe
[C#]
public IGlobe Globe {get; set;}
[Java]
public IGlobe getGlobe()
throws
    IOException,
    AutomationException
[Java]
public void setGlobeByRef(
IGlobe pGlobe
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page