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


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

INAStreetDirectionEvent.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* pVal
);
[C++]

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

Product Availability

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

See Also

INAStreetDirectionEvent Interface