ArcObjects Library Reference  (GlobeCore)    

IGlobeServerObjects.Display Property

The display used by the Globe Server.

[Visual Basic 6.0]
Property Display As IGlobeDisplay
[Visual Basic .NET]
Public ReadOnly Property Display As IGlobeDisplay
[C#]
public IGlobeDisplay Display {get;}
[Java]
public IGlobeDisplay getDisplay()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Display(
  IGlobeDisplay** ppDisplay
);
[C++]

Parameters

ppDisplay [out, retval]

  ppDisplay is a parameter of type IGlobeDisplay

Product Availability

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

See Also

IGlobeServerObjects Interface