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