BaseStationMessageLatitude Property |
Gets or sets the north (+ve) or south (-ve) coordinate for the aircraft.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> Latitude { get; set; }
Public Property Latitude As Nullable(Of Double)
Get
Set
public:
property Nullable<double> Latitude {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Latitude : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also