| ISavedPolarPlotStorageLoad Method  | 
            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.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxSavedPolarPlot Load(
	IFeed feed
)
Function Load ( 
	feed As IFeed
) As SavedPolarPlot
SavedPolarPlot^ Load(
	IFeed^ feed
)
abstract Load : 
        feed : IFeed -> SavedPolarPlot 
Parameters
- feed
 - Type: VirtualRadar.Interface.ListenerIFeed
 
Return Value
Type: 
SavedPolarPlot
See Also