This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEnumLocatedNetworkElement Interface > IEnumLocatedNetworkElement.Next Method (ArcObjects .NET 10.5 SDK) |
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