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


IEnumObject.Next Method (ArcObjects .NET 10.4 SDK)
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