| IBaseStationDatabaseUpdateFlight Method  | 
            Updates 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)
Syntaxvoid UpdateFlight(
	BaseStationFlight flight
)
Sub UpdateFlight ( 
	flight As BaseStationFlight
)
void UpdateFlight(
	BaseStationFlight^ flight
)
abstract UpdateFlight : 
        flight : BaseStationFlight -> unit 
Parameters
- flight
 - Type: VirtualRadar.Interface.DatabaseBaseStationFlight
 
See Also