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


IEnumNetEID.Prev Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNetEID Interface > IEnumNetEID.Prev Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IEnumNetEID Interface