This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirectionsAgent Interface > INAStreetDirectionsAgent.TimeAttributeName Property (ArcObjects .NET 10.5 SDK) |
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
TimeAttributeName specifies the name of the time cost attribute used by directions.