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


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

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

Name 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.

Classes that implement IInitGeocodeServer

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.