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


IHTMLPopupIdentify.HTMLIdentify Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHTMLPopupIdentify.HTMLIdentify Method

The content is the XML text at the specified point.

[Visual Basic .NET]
Public Function HTMLIdentify ( _
    ByVal pPoint As IPoint, _
    ByVal Tolerance As Double _
) As String
[C#]
public string HTMLIdentify (
    IPoint pPoint,
    double Tolerance
);
[C++]
HRESULT HTMLIdentify(
  IPoint* pPoint,
  double Tolerance,
  BSTR* pHtml
);
[C++]

Parameters pPoint [in]
pPoint is a parameter of type IPoint Tolerance [in] Tolerance is a parameter of type double pHtml [out, retval] pHtml is a parameter of type BSTR

Product Availability

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

See Also

IHTMLPopupIdentify Interface