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


IEnumRouteIdentifyResult.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IE > IEnumRouteIdentifyResult Interface > IEnumRouteIdentifyResult.Next Method
ArcGIS Developer Help

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