This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters elementGeometry [in, out]
elementGeometry is a parameter of type IGeometry** ElementType [in, out]
ElementType is a parameter of type esriNetworkElementType*