Returns the attachments for the attachments with the attachment ids specified in the attIDs argument.
[Visual Basic .NET] Public Function GetAttachmentsByAttachmentIDs ( _ ByVal attIDs As ILongArray, _ ByVal infosOnly As Boolean _ ) As IEnumAttachment
[C#] public IEnumAttachment GetAttachmentsByAttachmentIDs ( ILongArray attIDs, bool infosOnly );
[C++]
HRESULT GetAttachmentsByAttachmentIDs(
ILongArray* attIDs,
VARIANT_BOOL infosOnly,
IEnumAttachment** atts
);
[C++]Parameters
attIDs [in]attIDs is a parameter of type ILongArray
infosOnly infosOnly is a parameter of type VARIANT_BOOL atts [out, retval]atts is a parameter of type IEnumAttachment
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.