Click or drag to resize
IBaseStationDatabaseGetAircraftById Method
Retrieves an aircraft record by its identifier.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
BaseStationAircraft GetAircraftById(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: BaseStationAircraft
See Also