Click or drag to resize
PolarPlotSlicePolarPlots Property
Gets a dictionary of angles clockwise from 0° north to the last-seen plot.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<int, PolarPlot> PolarPlots { get; }

Property Value

Type: DictionaryInt32, PolarPlot
See Also