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


IEnumRouteIdentifyResult Interface (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
ArcGIS Developer Help

IEnumRouteIdentifyResult Interface

Provides access to the route locations and features found enumeration.

Product Availability

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

Members

Name Description
Read-only property Count The number of route locations and features in the enumeration.
Method Next Returns the next route location and route feature.
Method Reset Starts from the beginning of the route location and feature collection the next time Next is called.

Classes that implement IEnumRouteIdentifyResult

Classes Description

See Also

IRouteLocation2 Interface