INetworkTravelModeParameterValue Interface

Provides access to members that specify the properties of a travel mode attribute parameter value.

Members

Name Description
Read/write property AttributeName Name of the network attribute.
Read/write property ParameterName Name of the network attribute parameter.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.