| IBaseStationDatabaseInsertLocation Method  | 
            Inserts a new record in the database for the location passed across and sets the LocationID to the
            identifier of the new record.
            
 
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid InsertLocation(
	BaseStationLocation location
)
Sub InsertLocation ( 
	location As BaseStationLocation
)
void InsertLocation(
	BaseStationLocation^ location
)
abstract InsertLocation : 
        location : BaseStationLocation -> unit 
Parameters
- location
 - Type: VirtualRadar.Interface.DatabaseBaseStationLocation
 
See Also