Click or drag to resize
IBaseStationDatabaseDeleteFlight Method
Deletes an existing flight record. Ignores the aircraft record attached to the flight (if any).

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

Parameters

flight
Type: VirtualRadar.Interface.DatabaseBaseStationFlight
See Also