IPolarPlotterLoadFrom Method |
Overwrites the
RoundToDegrees and slices with the values from the saved polar plot passed across.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void LoadFrom(
SavedPolarPlot savedPolarPlot
)
Sub LoadFrom (
savedPolarPlot As SavedPolarPlot
)
void LoadFrom(
SavedPolarPlot^ savedPolarPlot
)
abstract LoadFrom :
savedPolarPlot : SavedPolarPlot -> unit
Parameters
- savedPolarPlot
- Type: VirtualRadar.Interface.SettingsSavedPolarPlot
Remarks
The savedPolarPlot is not checked to make sure that the latitude and longitude are correct. It is assumed that the
caller has already checked that they are valid, or at least close enough for jazz.
See Also