ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionSummary.TotalDriveTime Property

The total drive time for the route.

[Visual Basic .NET]
Public ReadOnly Property TotalDriveTime As Double
[C#]
public double TotalDriveTime {get;}
[C++]
HRESULT get_TotalDriveTime(
  double* Time
);
[C++]

Parameters

Time [out, retval]   Time is a parameter of type double

Product Availability

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

Remarks

TotalDriveTime returns the total drive time of the route excluding any wait time or service time at stops.

See Also

INACompactStreetDirectionSummary Interface