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


IEnumTable.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumTable.Next Method

Retrieves the next attributed relationship.

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

Parameters oneClass [out, retval]
oneClass is a parameter of type ITable

Product Availability

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

See Also

IEnumTable Interface