Click or drag to resize
IAircraftSanityCheckerResetAircraft Method
Resets the sanity checks for the aircraft passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ResetAircraft(
	int aircraftId
)

Parameters

aircraftId
Type: SystemInt32
Remarks
This resets the state for the aircraft passed across such that the next sanity check will behave as though the checker had never seen the aircraft before.
See Also