com.esri.arcgis.carto
Interface IHTMLPopupIdentify2

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IMSSubFeatureLayer, MapServerIdentifySublayer, MapServerLayer, MapServerQuerySublayer

public interface IHTMLPopupIdentify2
extends Serializable

Provides access to members that consume the HTML popup tool content.

Product Availability

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


Method Summary
 void hTMLIdentify(IDisplay pDisplay, IGeometry pGeometry, IPropertySet pOptions, IStringArray[] ppItemNames, IStringArray[] ppItemHTML)
          The content is the XML text at the specified point.
 

Method Detail

hTMLIdentify

void hTMLIdentify(IDisplay pDisplay,
                  IGeometry pGeometry,
                  IPropertySet pOptions,
                  IStringArray[] ppItemNames,
                  IStringArray[] ppItemHTML)
                  throws IOException,
                         AutomationException
The content is the XML text at the specified point. tempPath and refPath are optional parameters.

Product Availability

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

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
pOptions - A reference to a com.esri.arcgis.system.IPropertySet (in)
ppItemNames - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)
ppItemHTML - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.