ArcObjects Library Reference (GlobeCore)  

IGlobeViewer.HUDEnabled Property

Indicates if heads up display is enabled.

[Visual Basic .NET]
Public Property HUDEnabled As Boolean
[C#]
public bool HUDEnabled {get; set;}
[C++]
HRESULT get_HUDEnabled(
  VARIANT_BOOL* pbHUD
);
[C++]
HRESULT put_HUDEnabled(
  VARIANT_BOOL pbHUD
);
[C++]

Parameters

pbHUD [out, retval]   pbHUD is a parameter of type VARIANT_BOOL pbHUD [in]   pbHUD is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeViewer Interface