Provides access to the objects used by the geocode server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use the IGeocodeServerObjects interface to obtain a reference to the address locator that performs the geocoding functionality of the GeocodeServer.
Members
| Description | ||
|---|---|---|
![]() |
AddressLocator | The address locator used by the geocode server. |
CoClasses that implement IGeocodeServerObjects
| CoClasses and Classes | Description |
|---|---|
| GeocodeServer | A class that provides geocoding as a service. |
Remarks
This interface is available only if the GeocodeServer was obtained for use in a stateful manner (i.e., either by co-creating the GeocodeServer object or by obtaining a reference using a GISServerConnection object.)
