GIS.GetGeoCode (String, IDatabase, out Boolean) Method

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
string

<default>

db
IDatabase

<default>

already_failed
bool

Return Value

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

In this article

Definition