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


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

INAStreetDirection.DriveTime Property

The driving time.

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

DriveTime returns the driving time of the particular direction element.

See Also

INAStreetDirection Interface