ArcObjects Library Reference (Carto)  

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,
  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

Product Availability

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

See Also

IHTMLPopupIdentify Interface