ArcObjects Library Reference  (GlobeCore)    

IGlobe.ShowGlobeTips Property

Show globe tips.

[Visual Basic 6.0]
Property ShowGlobeTips As esriGlobeTipsType
[Visual Basic .NET]
Public Property ShowGlobeTips As esriGlobeTipsType
[C#]
public esriGlobeTipsType ShowGlobeTips {get; set;}
[Java]
public esriGlobeTipsType getShowGlobeTips()
throws
    IOException,
    AutomationException
[Java]
public void setShowGlobeTips(
esriGlobeTipsType psriGlobeTipsType
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page