A data structure that represents a Flow Station. More...
Properties | |
| int | FlowDataID [get, set] |
| A unique ID that identifies a specific station. | |
| DateTime | Time [get, set] |
| The time of the station reading. | |
| string | StationName [get, set] |
| The name of the flow station. | |
| string | Region [get, set] |
| The region that maintains the flow station. | |
| RoadwayLocation | FlowStationLocation [get, set] |
| The location of the flow station. | |
| FlowStationReading | FlowReadingValue [get, set] |
| The current traffic condition at the flow station. | |
A data structure that represents a Flow Station.
int FlowData.FlowDataID [get, set] |
A unique ID that identifies a specific station.
FlowStationReading FlowData.FlowReadingValue [get, set] |
The current traffic condition at the flow station.
RoadwayLocation FlowData.FlowStationLocation [get, set] |
The location of the flow station.
string FlowData.Region [get, set] |
The region that maintains the flow station.
string FlowData.StationName [get, set] |
The name of the flow station.
DateTime FlowData.Time [get, set] |
The time of the station reading.
1.8.0