BaseStationFlightLastLon Property |
Gets or sets the longitude that the aircraft was over when the last message was received.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> LastLon { get; set; }
Public Property LastLon As Nullable(Of Double)
Get
Set
public:
property Nullable<double> LastLon {
Nullable<double> get ();
void set (Nullable<double> value);
}
member LastLon : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also