PolarPlotDistance Property |
Gets or sets the distance in kilometres from the receiver to the plot point.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Distance { get; set; }
Public Property Distance As Double
Get
Set
public:
property double Distance {
double get ();
void set (double value);
}
member Distance : float with get, set
Property Value
Type:
DoubleSee Also