MergedFeedReceiverIsMlatFeed Property |
Gets or sets a value indicating that the feed should be treated as if it is coming from
an MLAT source. Every position message is potentially an MLAT position, even if it is not
marked as such in the feed.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsMlatFeed { get; set; }
Public Property IsMlatFeed As Boolean
Get
Set
public:
property bool IsMlatFeed {
bool get ();
void set (bool value);
}
member IsMlatFeed : bool with get, set
Property Value
Type:
BooleanSee Also