ArcObjects Library Reference (Controls)  

IGlobeControlDefault.Globe Property

The Globe object associated with the GlobeControl.

ERROR: Syntax information about IGlobeControlDefault.Globe may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_Globe(
  IGlobe** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type IGlobe

Product Availability

Available with ArcGIS Engine.

Description

This is a shortcut to the IGlobeDisplay::Globe property.

See Also

IGlobeControlDefault Interface