BaseStationAircraftAircraftClass Property |
Gets or sets the aircraft's 'class' - can't find out what this field actually is, guessing it's the species?
We derive the species from the model ICAO, this is just for the sake of completeness.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AircraftClass { get; set; }
Public Property AircraftClass As String
Get
Set
public:
property String^ AircraftClass {
String^ get ();
void set (String^ value);
}
member AircraftClass : string with get, set
Property Value
Type:
StringSee Also