This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupIdentify Interface > IHTMLPopupIdentify.HTMLTipText Method (ArcObjects .NET 10.5 SDK) |
The tooltip at the specified point.
[Visual Basic .NET] Public Function HTMLTipText ( _ ByVal pPoint As IPoint, _ ByVal Tolerance As Double _ ) As String
[C#] public string HTMLTipText ( IPoint pPoint, double Tolerance );
[C++]
HRESULT HTMLTipText(
IPoint* pPoint,
double Tolerance,
BSTR* pTipText
);
[C++]
Parameters pPoint [in]
pPoint is a parameter of type IPoint Tolerance [in] Tolerance is a parameter of type double pTipText [out, retval] pTipText is a parameter of type BSTR