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


IEnumNetEID.Prev Method (ArcObjects .NET 10.5 SDK)
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