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


INACompactStreetDirection.ETA Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirection.ETA Property

The estimated time of arrival.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ETA returns the estimated time of arrival at the direction element.

See Also

INACompactStreetDirection Interface