This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.GlobeDisplay Property (ArcObjects .NET 10.5 SDK) |
The GlobeDisplay object associated with the GlobeControl.
[Visual Basic .NET] Public Property GlobeDisplay As IGlobeDisplay
[C#] public IGlobeDisplay GlobeDisplay {get; set;}
[C++]
HRESULT get_GlobeDisplay(
IGlobeDisplay** pVal
);
[C++]
HRESULT putref_GlobeDisplay(
IGlobeDisplay* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type IGlobeDisplay pVal [in]
pVal is a parameter of type IGlobeDisplay
This is a shortcut to the IGlobeViewer::GlobeDisplay property.
axGlobeControl2.GlobeDisplay=axGlobeControl1.GlobeDisplay;
AxGlobeControl2.GlobeDisplay=AxGlobeControl1.GlobeDisplay