AircraftJsonDistanceFromHere Property |
Gets or sets the distance from the browser's location to the aircraft in kilometres.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> DistanceFromHere { get; set; }
Public Property DistanceFromHere As Nullable(Of Double)
Get
Set
public:
property Nullable<double> DistanceFromHere {
Nullable<double> get ();
void set (Nullable<double> value);
}
member DistanceFromHere : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also