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


INAStreetDirection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirection Interface
ArcGIS Developer Help

INAStreetDirection Interface

Provides access to a street direction item. Note: the INAStreetDirection interface has been superseded by INAStreetDirection2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read-only property DriveTime The driving time.
Read-only property Envelope The bounding box of the item.
Read-only property Length The driving Length (in directions length units).
Read-only property ManeuverPoint The maneuver point of the item.
Read-only property ResultElement The result object by index.
Read-only property ResultObjectCount The number of result objects that belong to this direction.
Read-only property String The direction string by its index.
Read-only property StringCount The count of direction strings in this item.
Read-only property StringType The direction string type by its index.
Read-only property Time The time spent.

Classes that implement INAStreetDirection

Classes Description

Remarks

INAStreetDirection has been superseded by INAStreetDirection3.