Click or drag to resize
IBaseStationDatabaseInsertAircraft Method
Inserts a new aircraft record and fills AircraftID with the identifier of the record.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void InsertAircraft(
	BaseStationAircraft aircraft
)

Parameters

aircraft
Type: VirtualRadar.Interface.DatabaseBaseStationAircraft
See Also