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.
Parameters
- address
- string
<default>
- db
- IDatabase
<default>
- already_failed
- bool
Return Value
GeocodedAddressException type | Condition |
---|---|
ArgumentNullException |
|
Exception |