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


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

INAStreetDirection2.EstimatedArrivalTime Property

The estimated time of arrival.

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

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

See Also

INAStreetDirection2 Interface