This document is archived and information here might be outdated.  Recommended version.


IGeocodedFeatureClass.GeocodeAddress Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodedFeatureClass Interface > IGeocodedFeatureClass.GeocodeAddress Method
ArcGIS Developer Help

IGeocodedFeatureClass.GeocodeAddress Method

Updates the geocoded feature.

[Visual Basic .NET]
Public Sub GeocodeAddress ( _
    ByVal address As IObject, _
    ByVal result As IFeature _
)
[C#]
public void GeocodeAddress (
    IObject address,
    IFeature result
);
[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