Click or drag to resize
IBaseStationDatabaseGetCountOfFlights Method
Returns the number of flights that match 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
int GetCountOfFlights(
	SearchBaseStationCriteria criteria
)

Parameters

criteria
Type: VirtualRadar.Interface.DatabaseSearchBaseStationCriteria

Return Value

Type: Int32
See Also