Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetGeoCode( _ 
ByVal address As String, _ 
ByVal db As IDatabase, _ 
ByRef already_failed As Boolean
) As GeocodedAddress
This language is not supported or no code example is available.
public static GeocodedAddress GetGeoCode( 
string address
IDatabase db
out bool already_failed 
)
This language is not supported or no code example is available.
public:  
static GeocodedAddress^ GetGeoCode( 
String^ address
IDatabase^ db
bool& already_failed 
)
This language is not supported or no code example is available.
public static function GetGeoCode( 
address : String
db : IDatabase
already_failed : boolean 
) : GeocodedAddress;
This language is not supported or no code example is available.

Parameters

address
Type: string

<default>

db
Type: IDatabase

<default>

already_failed
Type: bool

Return Value

Type: GeocodedAddress
Exception type Condition

ArgumentNullException

ArgumentNullException

Exception

Exception

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1