# FlowData Class Reference

[Traffic Flow](group___traffic_flow.html)

| Column | Column | Column |
| --- | --- | --- |
 | Properties |  | 
 | int | [FlowDataID](class_flow_data.html#a7c1cb61c318402dcdc793063698f50ae) `[get, set]` | 
 |  |  | 
 | DateTime | [Time](class_flow_data.html#a57832173cb1de419447b014192567838) `[get, set]` | 
 |  |  | 
 | string | [StationName](class_flow_data.html#ae74a3aacf44b5bcc43d3fa696c35dfe5) `[get, set]` | 
 |  |  | 
 | string | [Region](class_flow_data.html#aba7e416d7dfc98bae89c88291fa0924d) `[get, set]` | 
 |  |  | 
 | [RoadwayLocation](class_roadway_location.html) | [FlowStationLocation](class_flow_data.html#a614f779fd38686bca8d6f7b330f7a612) `[get, set]` | 
 |  |  | 
 | FlowStationReading | [FlowReadingValue](class_flow_data.html#aa8592a7e62a0e0536a5d4d75607f3eaf) `[get, set]` | 
 |  |  | 


## Detailed Description

A data structure that represents a Flow Station.

## Property Documentation

## [◆](#a7c1cb61c318402dcdc793063698f50ae)FlowDataID

| Column | Column | Column | Column |
| --- | --- | --- | --- |
 |  |  |  | --- |  | int FlowData.FlowDataID |  | getset | 


A unique ID that identifies a specific station.

## [◆](#aa8592a7e62a0e0536a5d4d75607f3eaf)FlowReadingValue

| Column | Column | Column | Column |
| --- | --- | --- | --- |
 |  |  |  | --- |  | FlowStationReading FlowData.FlowReadingValue |  | getset | 


The current traffic condition at the flow station. Possible values: 0 = Unknown 1 = WideOpen 2 = Moderate 3 = Heavy 4 = StopAndGo 5 = NoData

## [◆](#a614f779fd38686bca8d6f7b330f7a612)FlowStationLocation

| Column | Column | Column | Column |
| --- | --- | --- | --- |
 |  |  |  | --- |  | [RoadwayLocation](class_roadway_location.html) FlowData.FlowStationLocation |  | getset | 


The location of the flow station.

## [◆](#aba7e416d7dfc98bae89c88291fa0924d)Region

| Column | Column | Column | Column |
| --- | --- | --- | --- |
 |  |  |  | --- |  | string FlowData.Region |  | getset | 


The region that maintains the flow station.

## [◆](#ae74a3aacf44b5bcc43d3fa696c35dfe5)StationName

| Column | Column | Column | Column |
| --- | --- | --- | --- |
 |  |  |  | --- |  | string FlowData.StationName |  | getset | 


The name of the flow station.

## [◆](#a57832173cb1de419447b014192567838)Time

| Column | Column | Column | Column |
| --- | --- | --- | --- |
 |  |  |  | --- |  | DateTime FlowData.Time |  | getset | 


The time of the station reading.

* [FlowData](class_flow_data.html)
* Generated by [![doxygen](doxygen.svg)](https://www.doxygen.org/index.html) 1.9.5
