Click or drag to resize
IBaseStationDatabaseGetFlightById Method
Retrieves a flight record from the database by its ID number. This does not read the associated aircraft record.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
BaseStationFlight GetFlightById(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: BaseStationFlight
See Also