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