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


IARGlobeControl.ShowGlobeTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.ShowGlobeTips Property
ArcGIS Developer Help

IARGlobeControl.ShowGlobeTips Property

Indicates the type of tooltips shown on the Globe.

[Visual Basic .NET]
Public Property ShowGlobeTips As esriARGlobeTips
[C#]
public esriARGlobeTips ShowGlobeTips {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Determines whether globe tips are displayed (if they exist) as the mouse moves over layer features. Globe tips will be present if they were present in the ArcGlobe document at the time of publishing. By default the ShowGlobeTips property is set to true.

Errors Returned

2128:  The specified globe tip is invalid.

See Also

IARGlobeControl Interface