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


IGlobeControlDefault.ShowGlobeTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.ShowGlobeTips Property
ArcGIS Developer Help

IGlobeControlDefault.ShowGlobeTips Property

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(
);

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IGlobeControlDefault Interface