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


IGlobeViewer.HUDEnabled Property (ArcObjects .NET 10.5 SDK)
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