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


IEnumRouteIdentifyResult.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IEnumRouteIdentifyResult.Next Method

Returns the next route location and route feature.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef location As IRouteLocation, _
    ByRef route As IFeature _
)
[C#]
public void Next (
    ref IRouteLocation location,
    ref IFeature route
);
[C++]
HRESULT Next(
  IRouteLocation** location,
  IFeature** route
);
[C++]

Parameters location [out]
location is a parameter of type IRouteLocation route [out]
route is a parameter of type IFeature

Product Availability

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

See Also

IEnumRouteIdentifyResult Interface