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


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

INACompactStreetDirectionsAgent.TimeAttributeName Property

The network attribute for time calculation.

[Visual Basic .NET]
Public Property TimeAttributeName As String
[C#]
public string TimeAttributeName {get; set;}
[C++]
HRESULT get_TimeAttributeName(
  System.String* Name
);
[C++]
HRESULT put_TimeAttributeName(
  BSTR Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR

Product Availability

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

Remarks

TimeAttributeName specifies the name of the time cost attribute used by directions.

See Also

INACompactStreetDirectionsAgent Interface