Click or drag to resize
BaseStationFlightAircraft Property
Gets or sets the aircraft that performed the flight. Some IBaseStationDatabase methods may not read the record, in which case this will be null.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BaseStationAircraft Aircraft { get; set; }

Property Value

Type: BaseStationAircraft
See Also