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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AircraftType AircraftType { get; set; }
Public Property AircraftType As AircraftType
Get
Set
public:
property AircraftType^ AircraftType {
AircraftType^ get ();
void set (AircraftType^ value);
}
member AircraftType : AircraftType with get, set
Property Value
Type:
AircraftTypeSee Also