ArcObjects Library Reference  (Location)    

IGeocodedFeatureClass.GeocodeAddress Method

Updates the geocoded feature.

[Visual Basic 6.0]
Sub GeocodeAddress(
    ByVal address As IObject, _
    ByVal result As IFeature _
)
[Visual Basic .NET]
Public Sub GeocodeAddress ( _
    ByVal address As IObject, _
    ByVal result As IFeature _
)
[C#]
public void GeocodeAddress (
    IObject address,
    IFeature result
);
[Java]
public void geocodeAddress (
    IObject address,
    IFeature result
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GeocodeAddress(
  IObject* address,
  IFeature* result
);
[C++]

Parameters

address [in]

  address is a parameter of type IObject

result [in]

  result is a parameter of type IFeature

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This method returns a boolean value that indicates if the geometry of a GeocodedFeature needs to be updated.

The address parameter is an Object from the address Table.

The Shape parameter is a Feature representing the geocoded location of the Object.

See Also

IGeocodedFeatureClass Interface | GeocodedFeature Class