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


IGeocodeServerObjects.AddressLocator Property (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 > IGeocodeServerObjects.AddressLocator Property
ArcGIS Developer Help

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