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


IHTMLPopupIdentify.HTMLIdentify 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.HTMLIdentify Method
ArcGIS Developer Help

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
);
[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