ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionSummary.TotalTime Property

The total time for the route including wait and service time.

[Visual Basic .NET]
Public ReadOnly Property TotalTime As Double
[C#]
public double TotalTime {get;}
[C++]
HRESULT get_TotalTime(
  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

TotalTime returns the total travel time of the route including wait time and service time at stops.

See Also

INACompactStreetDirectionSummary Interface