This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo2 Interface > IHTMLPopupInfo2.HTMLDownloadAttachmentData Property (ArcObjects .NET 10.4 SDK) |
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