ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.GlobeDisplay Property

The globe display.

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

Parameters

ppDisplay [out, retval]

  ppDisplay is a parameter of type IGlobeDisplay

ppDisplay [in]

  ppDisplay is a parameter of type IGlobeDisplay

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties4 Interface