IMergedFeedListenerIgnoreAircraftWithNoPosition Property |
Gets or sets a value indicating whether messages from aircraft are ignored until they transmit a position.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IgnoreAircraftWithNoPosition { get; set; }
Property IgnoreAircraftWithNoPosition As Boolean
Get
Set
property bool IgnoreAircraftWithNoPosition {
bool get ();
void set (bool value);
}
abstract IgnoreAircraftWithNoPosition : bool with get, set
Property Value
Type:
BooleanSee Also