The GlobeDisplay object associated with the GlobeControl.
ERROR: Syntax information about IGlobeControlDefault.GlobeDisplay may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll
[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
Product Availability
Available with ArcGIS Engine.
Description
This is a shortcut to the IGlobeViewer::GlobeDisplay property.
[C#]
axGlobeControl2.GlobeDisplay = axGlobeControl1.GlobeDisplay;
[Visual Basic .NET]
AxGlobeControl2.GlobeDisplay = AxGlobeControl1.GlobeDisplay