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


IGlobeDocument.GlobeObject Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.GlobeObject Property
ArcGIS Developer Help

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(
  IUnknown Pointer* ppUnk
);
[C++]
Parameters
ppUnk [in]

ppUnk is a parameter of type IUnknown ppUnk [out, retval]
ppUnk is a parameter of type IUnknown*

Product Availability

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

See Also

IGlobeDocument Interface