Insert a geocode for a given address, delete the old if any.
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub InsertGeocode( _
ByVal geocoded_address As GeocodedAddress, _
ByVal db As IDatabase, _
ByVal is_manual As Boolean _
)
This language is not supported or no code example is available.
public static void InsertGeocode(
GeocodedAddress geocoded_address,
IDatabase db,
bool is_manual
)
This language is not supported or no code example is available.
public:
static void InsertGeocode(
GeocodedAddress^ geocoded_address,
IDatabase^ db,
bool is_manual
)
This language is not supported or no code example is available.
Parameters
- geocoded_address
 - 
		Type: GeocodedAddress 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>
 
- is_manual
 - 
		Type: bool 
		
<default>