ArcObjects Library Reference (GeoDatabase)  

IAttachmentManager2.GetAttachmentsByParentGlobalIDs Method

Returns the attachments for the objects with the object ids specified in the oids argument.

ERROR: Syntax information about IAttachmentManager2.GetAttachmentsByParentGlobalIDs may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabase.dll

[C++]
HRESULT GetAttachmentsByParentGlobalIDs(
  IStringArray* parentGlobalIDs,
  VARIANT_BOOL infosOnly,
  IEnumAttachment** attachments
);
[C++]

Parameters

parentGlobalIDs [in]

  parentGlobalIDs 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

Product Availability

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

See Also

IAttachmentManager2 Interface