This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.GlobeObject Property (ArcObjects .NET 10.4 SDK) |
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