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