IAircraftSanityCheckerResetAircraft Method |
Resets the sanity checks for the aircraft passed across.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ResetAircraft(
int aircraftId
)
Sub ResetAircraft (
aircraftId As Integer
)
void ResetAircraft(
int aircraftId
)
abstract ResetAircraft :
aircraftId : int -> unit
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