Click or drag to resize
AircraftDetailAircraftType Property
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.

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

Property Value

Type: AircraftType
See Also