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