IBaseStationDatabaseGetFlightById Method |
Retrieves a flight record from the database by its ID number. This does not read the associated aircraft record.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax BaseStationFlight GetFlightById(
int id
)
Function GetFlightById (
id As Integer
) As BaseStationFlight
BaseStationFlight^ GetFlightById(
int id
)
abstract GetFlightById :
id : int -> BaseStationFlight
Parameters
- id
- Type: SystemInt32
Return Value
Type:
BaseStationFlightSee Also