IAircraftListFindAircraft Method |
Returns details of the aircraft with the unique ID passed across or null if no such aircraft exists. The aircraft
returned is a clone of the orignal, it will not change as further messages are received from the aircraft.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IAircraft FindAircraft(
int uniqueId
)
Function FindAircraft (
uniqueId As Integer
) As IAircraft
IAircraft^ FindAircraft(
int uniqueId
)
abstract FindAircraft :
uniqueId : int -> IAircraft
Parameters
- uniqueId
- Type: SystemInt32
Return Value
Type:
IAircraftRemarks
Implementations should return a clone of the aircraft object whose properties will remain constant even if
the original
IAircraft continues to be updated to keep track with the source of
aircraft data.
See Also