AircraftJsonAltitudeType Property |
Gets or sets the type of altitude transmitted by the aircraft.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> AltitudeType { get; set; }
Public Property AltitudeType As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> AltitudeType {
Nullable<int> get ();
void set (Nullable<int> value);
}
member AltitudeType : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also