This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupIdentify Interface > IHTMLPopupIdentify.HTMLIdentify Method (ArcObjects .NET 10.4 SDK) |
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