PolarPlotSlicePolarPlots Property |
Gets a dictionary of angles clockwise from 0° north to the last-seen plot.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<int, PolarPlot> PolarPlots { get; }
Public ReadOnly Property PolarPlots As Dictionary(Of Integer, PolarPlot)
Get
public:
property Dictionary<int, PolarPlot^>^ PolarPlots {
Dictionary<int, PolarPlot^>^ get ();
}
member PolarPlots : Dictionary<int, PolarPlot> with get
Property Value
Type:
DictionaryInt32,
PolarPlotSee Also