This document is archived and information here might be outdated. Recommended version. |
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*