| IBaseStationDatabaseDeleteLocation Method  | 
            Deletes an existing location record.
            
 
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid DeleteLocation(
	BaseStationLocation location
)
Sub DeleteLocation ( 
	location As BaseStationLocation
)
void DeleteLocation(
	BaseStationLocation^ location
)
abstract DeleteLocation : 
        location : BaseStationLocation -> unit 
Parameters
- location
 - Type: VirtualRadar.Interface.DatabaseBaseStationLocation
 
See Also