Click or drag to resize
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.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
SavedPolarPlot Load(
	IFeed feed
)

Parameters

feed
Type: VirtualRadar.Interface.ListenerIFeed

Return Value

Type: SavedPolarPlot
See Also