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