This document is archived and information here might be outdated. Recommended version. |
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