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


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

IGeocodeServerObjects Interface

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

Name Description
Read-only property AddressLocator The address locator used by the geocode server.

Classes that implement IGeocodeServerObjects

Classes Description
GeocodeServer A class that provides geocoding as a service.

Remarks

This interface is available only if the GeocodeServer was obtained for use by co-creating the GeocodeServer object.