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


IAttachmentManager.GetAttachmentsByParentIDs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentManager Interface > IAttachmentManager.GetAttachmentsByParentIDs Method
ArcGIS Developer Help

IAttachmentManager.GetAttachmentsByParentIDs Method

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

[Visual Basic .NET]
Public Function GetAttachmentsByParentIDs ( _
    ByVal oids As ILongArray, _
    ByVal infosOnly As Boolean _
) As IEnumAttachment
[C#]
public IEnumAttachment GetAttachmentsByParentIDs (
    ILongArray oids,
    bool infosOnly
);
[C++]
HRESULT GetAttachmentsByParentIDs(
  ILongArray* oids,
  VARIANT_BOOL infosOnly
);
[C++]
Parameters
oids [in]

oids is a parameter of type ILongArray* infosOnly
infosOnly is a parameter of type bool

Product Availability

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

See Also

IAttachmentManager Interface