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


INACompactStreetDirection.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 > INACompactStreetDirection Interface > INACompactStreetDirection.ETA Property
ArcGIS Developer Help

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