ITrafficData Interface

Provides access to members in traffic data.

Members

Name Description
Read/write property LengthAttributeName The field name for the length attribute.
Read-only property TimeInterval The time interval of the traffic data.
Read-only property 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.

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