Click or drag to resize
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.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IAircraft FindAircraft(
	int uniqueId
)

Parameters

uniqueId
Type: SystemInt32

Return Value

Type: IAircraft
Remarks
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