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


IEnumNetEID.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumNetEID.Next Method

Moves the enumerator forward and returns the network element pointed by the enumerator.

[Visual Basic .NET]
Public Function Next ( _
) As Integer
[C#]
public int Next (
);
[C++]
HRESULT Next(
  long* EID
);
[C++]

Parameters EID [out, retval] EID is a parameter of type long

Product Availability

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

See Also

IEnumNetEID Interface