Click or drag to resize
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.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string AircraftClass { get; set; }

Property Value

Type: String
See Also