CoordinateAltitude Property |
Gets the altitude of the aircraft.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> Altitude { get; }
Public ReadOnly Property Altitude As Nullable(Of Integer)
Get
public:
property Nullable<int> Altitude {
Nullable<int> get ();
}
member Altitude : Nullable<int> with get
Property Value
Type:
NullableInt32See Also