This document is archived and information here might be outdated. Recommended version. |
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*
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.