This document is archived and information here might be outdated. Recommended version. |
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(
void
);
[C++]
HRESULT put_ShowGlobeTips(
);
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.