ArcObjects Library Reference (NetworkAnalyst)  

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(
  BSTR* 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