This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > II > IInitGeocodeServer Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members for initializing a geocode server.
Use the IInitGeocodeServer interface to define the properties of a GeocodeServer.
Description | ||
---|---|---|
AdjustableProperties | The list of properties (comma delimited) that can be modified at runtime (for a given method). | |
AttachToLocator | Attach this service to the locator specified by the locator name. This is the locator that the service will use internally. | |
SuggestedBatchSize | The suggested number of addresses to send to a server in one batch request. |
CoClasses and Classes | Description |
---|---|
GeocodeServer | A class that provides geocoding as a service. |
This interface is available only if the GeocodeServer was obtained for use by co-creating the GeocodeServer object.