com.esri.arcgis.carto
Interface IHTMLPopupInfo2

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

public interface IHTMLPopupInfo2
extends Serializable

Provides access to members that control the HTML popup tool.

Product Availability

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


Method Summary
 String hTMLOutput(IFeature pFeature, IPropertySet pOptions)
          The content is the XML text for the input feature, pOptions is an optional parameter.
 boolean isHTMLDownloadAttachmentData()
          Indicates that all data for attachments will be retrieved.
 void setHTMLDownloadAttachmentData(boolean pDownloadAttachmentData)
          Indicates that all data for attachments will be retrieved.
 

Method Detail

isHTMLDownloadAttachmentData

boolean isHTMLDownloadAttachmentData()
                                     throws IOException,
                                            AutomationException
Indicates that all data for attachments will be retrieved.

Product Availability

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

Returns:
The pDownloadAttachmentData
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHTMLDownloadAttachmentData

void setHTMLDownloadAttachmentData(boolean pDownloadAttachmentData)
                                   throws IOException,
                                          AutomationException
Indicates that all data for attachments will be retrieved.

Product Availability

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

Parameters:
pDownloadAttachmentData - The pDownloadAttachmentData (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hTMLOutput

String hTMLOutput(IFeature pFeature,
                  IPropertySet pOptions)
                  throws IOException,
                         AutomationException
The content is the XML text for the input feature, pOptions is an optional parameter.

Product Availability

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

Parameters:
pFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
pOptions - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
The pHtml
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.