Click or drag to resize
AircraftDetail Properties

The AircraftDetail type exposes the following members.

Properties
  NameDescription
Public propertyAircraft
Gets or sets the database aircraft record. This can be null if no database record has been fetched for the aircraft (yet).
Public propertyAircraftType
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.
Public propertyDatabaseRegistration
Gets the registration. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyFlightsCount
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.
Public propertyIcao24
Gets or sets the ICAO24 for the aircraft. This is always supplied.
Public propertyManufacturer
Gets the manufacturer.
Public propertyModelIcao
Gets the model ICAO. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyModelName
Gets the model name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyOnlineAircraft
Gets or sets the results of the aircraft online lookup. This can be null if no lookup has yet been performed.
Public propertyOperatorIcao
Gets the operator code. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyOperatorName
Gets the operator name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyPicture
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).
Public propertySerial
Gets the serial number.
Public propertyYearBuilt
Gets the year built.
Top
See Also