Provides access to members that specify the properties of a travel mode attribute parameter value.
Members
Name | Description | |
---|---|---|
AttributeName | Name of the network attribute. | |
ParameterName | Name of the network attribute parameter. | |
Value | Value of the network attribute parameter. |
INetworkTravelModeParameterValue.AttributeName Property
Name of the network attribute.
Public Property AttributeName As String
public string AttributeName {get; set;}
INetworkTravelModeParameterValue.ParameterName Property
Name of the network attribute parameter.
Public Property ParameterName As String
public string ParameterName {get; set;}
INetworkTravelModeParameterValue.Value Property
Value of the network attribute parameter.
Public Property Value As Object
public object Value {get; set;}
Classes that implement INetworkTravelModeParameterValue
Classes | Description |
---|---|
NetworkTravelModeParameterValue | A container for describing a travel mode attribute parameter value. |