This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodedFeatureClass Interface > IGeocodedFeatureClass.GeocodeAddress Method (ArcObjects .NET 10.5 SDK) |
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
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.