MergedFeedIgnoreAircraftWithNoPosition Property |
Gets or sets a value indicating that aircraft are ignored until they report a position that isn't 0/0.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IgnoreAircraftWithNoPosition { get; set; }
Public Property IgnoreAircraftWithNoPosition As Boolean
Get
Set
public:
property bool IgnoreAircraftWithNoPosition {
bool get ();
void set (bool value);
}
member IgnoreAircraftWithNoPosition : bool with get, set
Property Value
Type:
BooleanSee Also