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


IGlobeControlDefault.ShowGlobeTips Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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

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