Click or drag to resize
IBaseStationDatabaseGetFlightsForAircraft Method
Returns a list of every flight, or a subset of every flight, that matches the criteria passed across.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<BaseStationFlight> GetFlightsForAircraft(
	BaseStationAircraft aircraft,
	SearchBaseStationCriteria criteria,
	int fromRow,
	int toRow,
	string sort1,
	bool sort1Ascending,
	string sort2,
	bool sort2Ascending
)

Parameters

aircraft
Type: VirtualRadar.Interface.DatabaseBaseStationAircraft
criteria
Type: VirtualRadar.Interface.DatabaseSearchBaseStationCriteria
fromRow
Type: SystemInt32
toRow
Type: SystemInt32
sort1
Type: SystemString
sort1Ascending
Type: SystemBoolean
sort2
Type: SystemString
sort2Ascending
Type: SystemBoolean

Return Value

Type: ListBaseStationFlight
See Also