This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.ShowGlobeTips Property (ArcObjects .NET 10.5 SDK) |
Indicates the type of globe tips that are shown.
[Visual Basic .NET] Public Property ShowGlobeTips As esriGlobeTipsType
[C#] public esriGlobeTipsType ShowGlobeTips {get; set;}
[C++]
HRESULT get_ShowGlobeTips(
esriGlobeTipsType* Type
);
[C++]
HRESULT put_ShowGlobeTips(
esriGlobeTipsType Type
);
[C++]
Parameters Type [out, retval]
Type is a parameter of type esriGlobeTipsType Type [in]
Type is a parameter of type esriGlobeTipsType
The type of globe tips that are displayed as the mouse moves over the globe. The globe tip can display decimal degree coordinates or elevation or a combination of both. By default the ShowGlobeTips property is set to esriGlobeTipsNone.