This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACompactStreetDirectionSummary Interface > INACompactStreetDirectionSummary.TotalTime Property (ArcObjects .NET 10.4 SDK) |
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
TotalTime returns the total travel time of the route including wait time and service time at stops.