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


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

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(
  Boolean* pbHUD
);
[C++]
Parameters
pbHUD [in]

pbHUD is a parameter of type bool pbHUD [out, retval]
pbHUD is a parameter of type bool*

Product Availability

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

See Also

IGlobeViewer Interface