This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeViewer Interface > IGlobeViewer.HUDEnabled Property (ArcObjects .NET 10.4 SDK) |
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