| IBaseStationDatabaseGetLocations Method  | 
            Returns all of the locations from BaseStation's Locations table.
            
 
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIList<BaseStationLocation> GetLocations()
Function GetLocations As IList(Of BaseStationLocation)
IList<BaseStationLocation^>^ GetLocations()
abstract GetLocations : unit -> IList<BaseStationLocation> 
Return Value
Type: 
IListBaseStationLocation
See Also