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


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

IGlobe.ShowGlobeTips Property

Show globe tips.

[Visual Basic .NET]
Public Property ShowGlobeTips As esriGlobeTipsType
[C#]
public esriGlobeTipsType ShowGlobeTips {get; set;}
[C++]
HRESULT get_ShowGlobeTips(
  esriGlobeTipsType pTipsType
);
[C++]
HRESULT put_ShowGlobeTips(
  esriGlobeTipsType* pTipsType
);
[C++]
Parameters
pTipsType [in]

pTipsType is a parameter of type esriGlobeTipsType pTipsType [out, retval]
pTipsType is a parameter of type esriGlobeTipsType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Used to indicate whether or not globe tips are used, and if so, what type of tips. The option is given by the esriGlobeTipTypes enumeration.

See Also

IGlobe Interface