This document is archived and information here might be outdated.  Recommended version.


IGlobeTileGenerator.Display Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGenerator Interface > IGlobeTileGenerator.Display Property
ArcGIS Developer Help

IGlobeTileGenerator.Display Property

The associated globe display.

[Visual Basic .NET]
Public Property Display As IGlobeDisplay
[C#]
public IGlobeDisplay Display {get; set;}
[C++]
HRESULT get_Display(
  IGlobeDisplay** ppDisplay
);
[C++]
HRESULT putref_Display(
  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

IGlobeTileGenerator Interface