Click or drag to resize
ISavedPolarPlotStorage Interface
Manages the loading and saving of polar plots.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISavedPolarPlotStorage : ISingleton<ISavedPolarPlotStorage>

The ISavedPolarPlotStorage type exposes the following members.

Properties
  NameDescription
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
Methods
  NameDescription
Public methodLoad
Loads the saved polar plot for a feed. If there is no saved polar plot, or if the feed's properties have changed since the plot was last saved, then null is returned.
Public methodSave
Uses the FeedManager to retrieve all feeds and saves polar plots for those that have them.
Public methodSave(IFeed)
Saves the polar plot for a single feed.
Top
See Also