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


INACompactStreetDirectionSummary.TotalTime 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.TotalTime Property
ArcGIS Developer Help

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

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

See Also

INACompactStreetDirectionSummary Interface