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


IEnumAttachment.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumAttachment.Next Method

[Visual Basic .NET]
Public Function Next ( _
) As IAttachment
[C#]
public IAttachment Next (
);
[C++]
HRESULT Next(
  IAttachment** att
);
[C++]

Parameters att [out, retval]
att is a parameter of type IAttachment

Product Availability

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

See Also

IEnumAttachment Interface