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


IGeocodeServerObjects.AddressLocator Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IGeocodeServerObjects.AddressLocator Property

The address locator used by the geocode server.

[Visual Basic .NET]
Public ReadOnly Property AddressLocator As ILocator
[C#]
public ILocator AddressLocator {get;}
[C++]
HRESULT get_AddressLocator(
  ILocator** AddressLocator
);
[C++]

Parameters AddressLocator [out, retval]
AddressLocator is a parameter of type ILocator

Product Availability

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

Remarks

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

See Also

IGeocodeServerObjects Interface