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


IGeocodedFeatureClass Interface (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
ArcGIS Developer Help

IGeocodedFeatureClass Interface

Provides access to members for automatically maintaining a geocoded feature class.

Product Availability

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

When To Use

Use the IGeocodedFeatureClass interface to automatically maintain a geocoded FeatureClass. In general, you don't need to use this interface, unless you have created your own feature class extension for geocoded FeatureClasses.

Members

Name Description
Method GeocodeAddress Updates the geocoded feature.
Method NeedsUpdate Indicates if a geocoded feature needs to be updated.

Classes that implement IGeocodedFeatureClass

Classes Description
GeocodedFeatureClassExtension A class extension for automatically maintaining geocoded feature classes.

See Also

GeocodedFeature Class