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


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

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(
  System.DateTime* 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