ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection.DriveTime Property

The driving time.

[Visual Basic .NET]
Public ReadOnly Property DriveTime As Double
[C#]
public double DriveTime {get;}
[C++]
HRESULT get_DriveTime(
  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

DriveTime returns the driving time of the particular direction element.

See Also

INAStreetDirection Interface