ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirections Interface

Provides access to the driving directions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Description
Read-only property Direction The direction item by index.
Read-only property DirectionCount The number of direction items.
Read-only property RouteID The route ID for the directions.
Read-only property RouteName The route name for the directions.
Read-only property Summary The summary information.

Remarks

The INAStreetDirections interface provides access to the NAStreetDirections object which holds street directions for a particular route.

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) |

.NET Related Topics

How to generate directions |