This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IE > IEnumRouteIdentifyResult Interface > IEnumRouteIdentifyResult.Next Method (ArcObjects .NET 10.4 SDK) |
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