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


ISMDirections.TotalDrivingTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMDirections.TotalDrivingTime Property

The total driving time for the route.

[Visual Basic .NET]
Public ReadOnly Property TotalDrivingTime As DateTime
[C#]
public DateTime TotalDrivingTime {get;}
[C++]
HRESULT get_TotalDrivingTime(
  DATE* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type DATE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the total driving time for the route.

See Also

ISMDirections Interface