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


INAServerVRPParams.DirectionsTimeAttributeName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.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(
  BSTR DirectionsTimeAttributeName
);
[C++]

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

Product Availability

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

See Also

INAServerVRPParams Interface