ArcObjects Library Reference (DefenseSolutions)  

I3DSettings.GlobeDisplay Property

Specifies the globe display used to sink 3D globe display events.

[Visual Basic .NET]
Public Property GlobeDisplay As Object
[C#]
public object GlobeDisplay {get; set;}
[C++]
HRESULT get_GlobeDisplay(
  LPUNKNOWN* ppDisplay
);
[C++]
HRESULT putref_GlobeDisplay(
  LPUNKNOWN ppDisplay
);
[C++]

Parameters

ppDisplay [out, retval]   ppDisplay is a parameter of type LPUNKNOWN ppDisplay [in]   ppDisplay is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

I3DSettings Interface