This document is archived and information here might be outdated.  Recommended version.


IHTMLPopupIdentify.HTMLTipText Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupIdentify Interface > IHTMLPopupIdentify.HTMLTipText Method
ArcGIS Developer Help

IHTMLPopupIdentify.HTMLTipText Method

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
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type IPoint* Tolerance [in]
Tolerance is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IHTMLPopupIdentify Interface