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


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

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(
  System.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