IBaseStationDatabaseDeleteFlight Method |
Deletes an existing flight record. Ignores the aircraft record attached to the flight (if any).
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void DeleteFlight(
BaseStationFlight flight
)
Sub DeleteFlight (
flight As BaseStationFlight
)
void DeleteFlight(
BaseStationFlight^ flight
)
abstract DeleteFlight :
flight : BaseStationFlight -> unit
Parameters
- flight
- Type: VirtualRadar.Interface.DatabaseBaseStationFlight
See Also