Provides access to members in traffic data.
Members
Name | Description | |
---|---|---|
LengthAttributeName | The field name for the length attribute. | |
TimeInterval | The time interval of the traffic data. | |
TimeIntervalUnits | The units of the time interval of the traffic data. |
ITrafficData.LengthAttributeName Property
The field name for the length attribute.
Public Property LengthAttributeName As String
public string LengthAttributeName {get; set;}
ITrafficData.TimeInterval Property
The time interval of the traffic data.
Public ReadOnly Property TimeInterval As Double
public double TimeInterval {get;}
ITrafficData.TimeIntervalUnits Property
The units of the time interval of the traffic data.
Public ReadOnly Property TimeIntervalUnits As esriTimeUnits
public esriTimeUnits TimeIntervalUnits {get;}
Classes that implement ITrafficData
Classes | Description |
---|---|
TrafficData | A container for members in traffic data. |