This document is archived and information here might be outdated. Recommended version. |
The globe display.
[Visual Basic .NET] Public Property GlobeDisplay As IGlobeDisplay
[C#] public IGlobeDisplay GlobeDisplay {get; set;}
[C++]
HRESULT get_GlobeDisplay(
IGlobeDisplay** ppGlobeDisplay
);
[C++]
HRESULT putref_GlobeDisplay(
IGlobeDisplay* ppGlobeDisplay
);
[C++] Parameters ppGlobeDisplay [out, retval]
ppGlobeDisplay is a parameter of type IGlobeDisplay** ppGlobeDisplay [in]
ppGlobeDisplay is a parameter of type IGlobeDisplay*