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);
Parameters
pTipsType [out, retval]
pTipsType is a parameter of type esriGlobeTipsType
pTipsType [in]
pTipsType is a parameter of type esriGlobeTipsType
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.