Click or drag to resize
IBaseStationDatabaseGetAircraftByRegistration Method
Returns the first aircraft with the registration passed across.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
BaseStationAircraft GetAircraftByRegistration(
	string registration
)

Parameters

registration
Type: SystemString

Return Value

Type: BaseStationAircraft
See Also