IBaseStationAircraftListPolarPlotter Property |
Gets or sets the object that's keeping polar plots for us. Can be null if the listener that's feeding this list doesn't support
polar plots.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IPolarPlotter PolarPlotter { get; set; }
Property PolarPlotter As IPolarPlotter
Get
Set
property IPolarPlotter^ PolarPlotter {
IPolarPlotter^ get ();
void set (IPolarPlotter^ value);
}
abstract PolarPlotter : IPolarPlotter with get, set
Property Value
Type:
IPolarPlotterSee Also