Click or drag to resize
IBaseStationDatabase.InsertFlight Method
Inserts a new flight record and assigns the unique identifier of the new record to the FlightID property. The AircraftID property must be filled with the identifier of an existing aircraft record.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void InsertFlight(
	BaseStationFlight flight
)

Parameters

flight
Type: VirtualRadar.Interface.Database.BaseStationFlight
See Also