This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentManager2 Interface > IAttachmentManager2.GetAttachmentsByAttachmentGlobalIDs Method (ArcObjects .NET 10.4 SDK) |
Returns the attachments for the attachments with the attachment ids specified in the attIDs argument.
[Visual Basic .NET] Public Function GetAttachmentsByAttachmentGlobalIDs ( _ ByVal attachmentGlobalIDs As IStringArray, _ ByVal infosOnly As Boolean _ ) As IEnumAttachment
[C#] public IEnumAttachment GetAttachmentsByAttachmentGlobalIDs ( IStringArray attachmentGlobalIDs, bool infosOnly );
[C++]
HRESULT GetAttachmentsByAttachmentGlobalIDs(
IStringArray* attachmentGlobalIDs,
VARIANT_BOOL infosOnly,
IEnumAttachment** attachments
);
[C++]
Parameters attachmentGlobalIDs [in]
attachmentGlobalIDs is a parameter of type IStringArray infosOnly infosOnly is a parameter of type VARIANT_BOOL attachments [out, retval]
attachments is a parameter of type IEnumAttachment