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


IGlobeDocument.GlobeObject Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGlobeDocument.GlobeObject Property

The Globe object.

[Visual Basic .NET]
Public Property GlobeObject As Object
[C#]
public object GlobeObject {get; set;}
[C++]
HRESULT get_GlobeObject(
  LPUNKNOWN* ppUnk
);
[C++]
HRESULT put_GlobeObject(
  LPUNKNOWN ppUnk
);
[C++]

Parameters ppUnk [out, retval] ppUnk is a parameter of type LPUNKNOWN ppUnk [in] ppUnk is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGlobeDocument Interface