Click or drag to resize
IBaseStationDatabaseUpdateAircraftModeSCountry Method
Updates the Mode-S country for an aircraft.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void UpdateAircraftModeSCountry(
	int aircraftId,
	string modeSCountry
)

Parameters

aircraftId
Type: SystemInt32
modeSCountry
Type: SystemString
See Also