ArcObjects Library Reference (GlobeCore)  

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 [out, retval]

  pTipsType is a parameter of type esriGlobeTipsType

pTipsType [in]

  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