ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirection.Time Property

The time spent.

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

Time returns the travel time of the particular direction element.

See Also

INACompactStreetDirection Interface