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


IHTMLPopupIdentify2.HTMLIdentify Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IHTMLPopupIdentify2.HTMLIdentify Method

The content is the XML text at the specified point. tempPath and refPath are optional parameters.

[Visual Basic .NET]
Public Sub HTMLIdentify ( _
    ByVal pDisplay As IDisplay, _
    ByVal pGeometry As IGeometry, _
    ByVal pOptions As IPropertySet, _
    ByRef ppItemNames As IStringArray, _
    ByRef ppItemHTML As IStringArray _
)
[C#]
public void HTMLIdentify (
    IDisplay pDisplay,
    IGeometry pGeometry,
    IPropertySet pOptions,
    ref IStringArray ppItemNames,
    ref IStringArray ppItemHTML
);
[C++]
HRESULT HTMLIdentify(
  IDisplay* pDisplay,
  IGeometry* pGeometry,
  IPropertySet* pOptions,
  IStringArray** ppItemNames,
  IStringArray** ppItemHTML
);
[C++]

Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay* pGeometry [in]
pGeometry is a parameter of type IGeometry* pOptions [in]
pOptions is a parameter of type IPropertySet* ppItemNames [out]
ppItemNames is a parameter of type IStringArray** ppItemHTML [out]
ppItemHTML is a parameter of type IStringArray**

Product Availability

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

See Also

IHTMLPopupIdentify2 Interface