This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.DirectionsTimeAttributeName Property (ArcObjects .NET 10.4 SDK) |
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