ArcObjects Library Reference (Carto)  

IHTMLPopupInfo2.HTMLDownloadAttachmentData Property

Indicates that all data for attachments will be retrieved.

[Visual Basic .NET]
Public Property HTMLDownloadAttachmentData As Boolean
[C#]
public bool HTMLDownloadAttachmentData {get; set;}
[C++]
HRESULT get_HTMLDownloadAttachmentData(
  VARIANT_BOOL* pDownloadAttachmentData
);
[C++]
HRESULT put_HTMLDownloadAttachmentData(
  VARIANT_BOOL pDownloadAttachmentData
);
[C++]

Parameters

pDownloadAttachmentData [out, retval]   pDownloadAttachmentData is a parameter of type VARIANT_BOOL pDownloadAttachmentData [in]   pDownloadAttachmentData is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IHTMLPopupInfo2 Interface