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


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

INAServerRouteParams.DirectionsTimeAttributeName Property

Name of network attribute to use for the drive time when computing directions.

[Visual Basic .NET]
Public Property DirectionsTimeAttributeName As String
[C#]
public string DirectionsTimeAttributeName {get; set;}
[C++]
HRESULT get_DirectionsTimeAttributeName(
  BSTR DirectionsTimeAttributeName
);
[C++]
HRESULT put_DirectionsTimeAttributeName(
  System.String* DirectionsTimeAttributeName
);
[C++]
Parameters
DirectionsTimeAttributeName [in]

DirectionsTimeAttributeName is a parameter of type BSTR DirectionsTimeAttributeName [out, retval]
DirectionsTimeAttributeName is a parameter of type BSTR*

Product Availability

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

Remarks

DirectionsTimeAttributeName specifies the time cost attribute used when generating directions.

See Also

INAServerRouteParams Interface