ArcObjects Library Reference (GeoDatabase)  

IEnumObject.Next Method

Retrieves the next object.

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

Parameters

Object [out, retval]

  Object is a parameter of type IObject

Product Availability

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

See Also

IEnumObject Interface