SearchBaseStationCriteriaUseAlternateCallsigns Property |
Gets or sets a value indicating that alternate callsigns should be searched for.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool UseAlternateCallsigns { get; set; }
Public Property UseAlternateCallsigns As Boolean
Get
Set
public:
property bool UseAlternateCallsigns {
bool get ();
void set (bool value);
}
member UseAlternateCallsigns : bool with get, set
Property Value
Type:
Boolean
Remarks
Alternate callsigns are callsigns where leading zeros are added to the flight number portion of the callsign.
It also includes callsigns where the IATA or ICAO code is swapped out for the ICAO or IATA code. It does not
have anything to do with alphanumeric alternates for a standard CODE/NUMBER callsign.
See Also