ArcObjects Library Reference (GeoDatabase)  

IEnumNetEID.Prev Method

Returns the network element pointed by the enumerator and moves the enumerator backward.

[Visual Basic .NET]
Public Function Prev ( _
) As Integer
[C#]
public int Prev (
);
[C++]
HRESULT Prev(
  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