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


IHTMLPopupInfo2.HTMLDownloadAttachmentData Property (ArcObjects .NET 10.5 SDK)
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