# SIMCONNECT_RECV_AIRPORT_LIST The **SIMCONNECT\_RECV\_AIRPORT\_LIST** structure is used to return a list of SIMCONNECT\_DATA\_FACILITY\_AIRPORT structures.   ##### Syntax ``` cpp struct SIMCONNECT_RECV_AIRPORT_LIST : public SIMCONNECT_RECV_FACILITIES_LIST{ SIMCONNECT_DATA_FACILITY_AIRPORT rgData[dwArraySize]; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |-----------------------|---------------------------------------------------------| | `rgData[dwArraySize]` | Array of `SIMCONNECT_DATA_FACILITY_AIRPORT` structures. | {{< /table-wrapper >}}   ##### Remarks This structure inherits the [`SIMCONNECT_RECV_FACILITIES_LIST`](simconnect-recv-facilities-list/) structure, which identifies the number of elements in the list, and the number of packets needed to transmit all the data.   See the remarks for [SimConnect\_RequestFacilitesList](../facilities/simconnect-requestfaciliteslist/).