ArcObjects Library Reference (Carto)  

IEnumLocatedNetworkElement.Next Method

Retrieves the geometry, element type, and element id of the next network element in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
    ByRef elementGeometry As IGeometry, _
    ByRef ElementType As esriNetworkElementType _
) As Integer
[C#]
public int Next (
    ref IGeometry elementGeometry,
    ref esriNetworkElementType ElementType
);
[C++]
HRESULT Next(
  IGeometry** elementGeometry,
  esriNetworkElementType* ElementType,
  long* ElementID
);
[C++]

Parameters

elementGeometry [in, out]

  elementGeometry is a parameter of type IGeometry

ElementType [in, out]

  ElementType is a parameter of type esriNetworkElementType

ElementID [out, retval]   ElementID is a parameter of type long

Product Availability

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

See Also

IEnumLocatedNetworkElement Interface