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


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

IEnumNetworkElement Interface

Provides access to a container for accessing network dataset network elements.

Product Availability

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

Members

Name Description
Method Next Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics.
Method Reset Forces the enumerator pointing before first network element; a subsequent next gives the first network element in the enumeration.

Classes that implement IEnumNetworkElement

Classes Description
EnumNetworkElement A container for network elements.

Remarks

The IEnumNetworkElement interface enumerates, one by one, through the network element objects in the EnumNetworkElement by repeatedly calling the Next method.  Use the Reset method to set the enumerator object to the beginning of the enumeration.

.NET Samples

Subset network evaluators