ArcObjects Library Reference (Location)  

IInitGeocodeServer Interface

Provides access to members for initializing a geocode server.

Product Availability

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

When To Use

Use the IInitGeocodeServer interface to define the properties of a GeocodeServer.

Members

Description
Read/write property AdjustableProperties The list of properties (comma delimited) that can be modified at runtime (for a given method).
Method AttachToLocator Attach this service to the locator specified by the locator name. This is the locator that the service will use internally.
Read/write property SuggestedBatchSize The suggested number of addresses to send to a server in one batch request.

CoClasses that implement IInitGeocodeServer

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 by co-creating the GeocodeServer object.