IBaseStationDatabaseInsertFlight 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.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void InsertFlight(
BaseStationFlight flight
)
Sub InsertFlight (
flight As BaseStationFlight
)
void InsertFlight(
BaseStationFlight^ flight
)
abstract InsertFlight :
flight : BaseStationFlight -> unit
Parameters
- flight
- Type: VirtualRadar.Interface.DatabaseBaseStationFlight
See Also