IAircraftIcaoCompliantRegistration Property |
Gets the
Registration with non-compliant characters stripped out.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string IcaoCompliantRegistration { get; }
ReadOnly Property IcaoCompliantRegistration As String
Get
property String^ IcaoCompliantRegistration {
String^ get ();
}
abstract IcaoCompliantRegistration : string with get
Property Value
Type:
StringRemarks It transpires that some people record non-compliant characters in the database
Registration field for the aircraft. This removes
all non-compliant characters so that only those permitted by annex 7 of the Convention on International Civil Aviation remain.
See Also