AircraftDetail Properties |
The AircraftDetail type exposes the following members.
Name | Description | |
---|---|---|
Aircraft |
Gets or sets the database aircraft record. This can be null if no database record has been
fetched for the aircraft (yet).
| |
AircraftType |
Gets or sets the information gleaned from the aircraft's type. This can be null if the SDM
files aren't in place, or they don't contain information about the type, or if the database
record doesn't exist.
| |
DatabaseRegistration |
Gets the registration. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
FlightsCount |
Gets or sets the number of flights seen for the aircraft. This is only set once, when the
aircraft record is first read. It is never refreshed.
| |
Icao24 |
Gets or sets the ICAO24 for the aircraft. This is always supplied.
| |
Manufacturer |
Gets the manufacturer.
| |
ModelIcao |
Gets the model ICAO. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
ModelName |
Gets the model name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
OnlineAircraft |
Gets or sets the results of the aircraft online lookup. This can be null if no lookup has yet
been performed.
| |
OperatorIcao |
Gets the operator code. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
OperatorName |
Gets the operator name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
Picture |
Gets or sets information about the picture associated with the aircraft. This can be null if
no picture has been found for the aircraft (yet).
| |
Serial |
Gets the serial number.
| |
YearBuilt |
Gets the year built.
|